Google Chrome <video> issue

Intancady

New Member
I am trying to use a the html5 video tag. It works fine on safari and firefox, but on chrome the screen flashes and goes blank. But if I resize the browser window the video shows up again. I have put the code on a test page and also included below.http://www.bilalallawala.com/test.htmlAny help would be appreciated\[code\]<video poster="https://s3.amazonaws.com/bilalallawala/resources/video/cover.jpg" preload="auto" autoplay="true" style="background-size:cover;width:100%;height:auto;position:fixed;left:0;"> <source src="https://s3.amazonaws.com/bilalallawala/resources/video/tl16x9.ogg" type="video/ogg"> <source src="https://s3.amazonaws.com/bilalallawala/resources/video/tl16x9.mp4" type="video/mp4"></video>\[/code\]
 
Back
Top