-
Hi
I added a background video to a page, and it works well. But this time I want to add the sound. I trying eliminated the word muted but the video stopped working. Could you tell me how can I do it?
https://docs.generatepress.com/article/adding-a-background-video/
<video loop autoplay muted playsinline poster=””https://underwaterbioacoustics.com/wp-content/uploads/2023/05/Rising-Tide-BioAcoustics-Inc-Home-page.webp” class=”background-video”>
<source src=”https://underwaterbioacoustics.com/wp-content/uploads/2023/05/Welcome-to-RTBI-home-page.mp4″>
</video>Thank you.
-
fernandoazarcon2
Hi Adriana,
Most browsers do not auto-play videos with audio – this is why a muted attribute is needed in the
<video>
tag. Removing it would make the video “not work”. -
Thank you Fernando, but I wanted to cry.
Have a nice weekend.
-
fernandoazarcon2
You’re welcome, Adriana!
- You must be logged in to reply to this topic.