Hi,
i added a colour-section with a background video. (youtube)
Unfortunetly the sound of the video is missing.
How can i switch the sound on?
kind regards
Jak
Hey Jak73,
Thank you for the inquiry.
The video is muted by default because browsers don’t allow videos to autoplay unless they are muted. Please check this article for more details: https://developer.chrome.com/blog/autoplay
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.
You may need to use the Video element if the video needs to include audio.
Best regards,
Ismael