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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -