2
How to run a video with the video tag in the google Chrome browser?
My code:
<video autobuffer id="bgVideo" loop="true" volume="0">
<source src="/video_bg_1.webm" type="video/webm">
<source src="/video_bg_1.ogg" type="video/ogg">
<source src="/video_bg_1.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
</video>
is that I’m using this video as background
– Jefferson Alison