Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1328252

    hi
    I have video on accordeon tool (see private for link)
    Sometime video stop or do not play (i don’t understad the problem because i set lopp & auto play)
    If you can find an answer to thisd question?
    But what i mandatory need is to change PLAY icon from whith to grey or black (because whith can’t be seen on screen)

    Thk

    #1328302

    Hey jb84,

    Thank you for the inquiry.

    Did you disable the audio? Please note that autoplay is only allowed on muted videos as per the new browser policy.

    Chrome’s autoplay policies are simple:

    Muted autoplay is always allowed.
    Autoplay with sound is allowed if:
    The user has interacted with the domain (click, tap, etc.).
    On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
    The user has added the site to their home screen on mobile or installed the PWA on desktop.
    Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.

    // https://developer.chrome.com/blog/autoplay/

    Best regards,
    Ismael

    #1328314

    If who check my private link, you can see that there is no sounds on my 2 videos (ites just animated drawing).
    There is 1 video by accordeon.
    Is it possible you check my link and answer to my question?

    Best regards

    #1328698

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .mejs-overlay-button {
        background-color: rgba(0,0,0,0.5);
        border-radius: 100px;
    }
    

    0,0,0 is the RGB value of the color and 0.5 is opacity level.

    Best regards,
    Yigit

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