Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342194

    Is there a way to totally hide the player?
    I have an audio in autoplay and lasts only 30 seconds. Use a plugin to do this but would like to use the native resource and decrease the use of plugins.

    Thank´s

    #342242

    Hi ayron!

    You have following code in Quick CSS

    .mejs-container.mejs-audio {
    display: block !important;
    }

    please change it to

    .mejs-container.mejs-audio {
    display: none !important;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.