Video Volume is Muted

3 replies · opened Aug 23, 2021

SshaundellAug 23, 2021

Hi please tell me the exact word to put into code
The page loads the video fine but no volume...
the only lines I can find related is the folowing...

<div class="video-wrap">
<video poster="one-page/images/videos/1.jpg" preload="auto" loop autoplay muted>
<source src="images/videos/bruklife.webm" type="video/webm" />
<source src="images/videos/bruklife.mp4" type="video/mp4" />

I have try removing the word muted but no results
Video loads fine but What word to replace muted as I want auto load and loop to stay on just need the sound to play
thanks

SSemicolon WebSTAFFAug 24, 2021

Hello,

Browsers nowadays do not allow Video to play Sound if they are autoplayed. You will notice that as soon as you add the muted Attribute to the `` Tag, it will start playing. This is something Modern Browsers now enforce upon for a better User Experience.

You will need to consider using a Custom Sound Trigger Event like this Template: https://themes.semicolonweb.com/html/canvas/index-video-sound-event.html .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard