J
JasonJSWJun 4, 2016
Hi,
I can't seem to get my Webm video with the new codec VP9 to work on my website. If I use VP8 it works, but VP9 quality is much better. It should be supported by HTML5 and Google Chrome, but I'm not sure how to get it working.
Here is my code:
<div class="video-wrap">
<video poster="one-page/images/videos/reel_lq.jpg" preload="auto" loop autoplay muted>
<source src="one-page/images/videos/reel_lq.webm" type='video/webm' />
</video>
<div class="video-overlay" style="background: rgba(0,0,0,0.35);"></div>
</div>I would appreciate it if you can help make this work. Thanks!
