html5 ビデオ タグを使用しようとしています。Safari と Firefox では問題なく動作しますが、Chrome では画面が点滅して空白になります。しかし、ブラウザ ウィンドウのサイズを変更すると、ビデオが再び表示されます。コードをテストページに配置し、以下にも含めました。
http://www.bilalallawala.com/test.html
どんな助けでもいただければ幸いです
<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>