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
