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

    Hi there

    I am using a simple slider with a YouTube Video and it would be wonderful, if the sound could play along with the moving pictures.
    Is there any way to do that? Otherwise the visitor has to unmute the sound…

    Thank you for your help

    #1248094

    Hey salai_com,

    Thank you for the inquiry.

    Did you set the video to autoplay on page load? This will only work if the sound is muted; otherwise, the video will not play automatically because of the browsers’ autoplay policy.

    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

    Chrome’s autoplay policies are simple:

    Muted autoplay is always allowed.
    Autoplay with sound is allowed if:
    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.

    Best regards,
    Ismael

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