Fork me on GitHub

H5 video在移动端播放层级问题

 <video class="videoItem" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" :src="item.photoUrl" x5-video-player-fullscreen="true" controls="controls" type="video/mp4"></video>


Android的微信里面,就算加上了上面的属性,还会出现上下有黑边,不能全屏的问题。

解决办法:给video的style属性加上object-fit: fill;

 

posted @ 2020-08-19 11:50  欢欢11  阅读(1164)  评论(0编辑  收藏  举报