Hi,
I am using Canvas v6.0 have tried to get the video sound working for this page, I removed the muted tag and when I do so, the page simply loads the explore.png instead of the video.
Am I missing something or does sound just not work. My current code is:
<div class="video-wrap">
<video poster="images/videos/explore-poster.jpg" preload="auto" loop autoplay>
<source src='images/videos/explore.mp4' type='video/mp4' />
<source src='images/videos/explore.webm' type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.3);"></div>
</div>
I have not edited anything in any files what so ever, except from removing the muted tag, and I have checked the video and mp4 files to ensure they work and they do.
Thanks,
Liam
