android - hide or remove black bars on html5 video tag -
we developed mobile web application videos using html5 video tag streamed. on tablet nexus 10 android version 4.3 when user play video black bars appear on top , bottom. possible hide or remove these black bars?
this code:
<div class="term-video bottom" style="width: 800px; height:600px"> <video style="width: 800px; height: 600px" poster="resourcepath" preload="auto" loop="loop" webkit-playsinline> <source src="videopath" /> </video> </div>
on android phone works fine.
Comments
Post a Comment