微信浏览器video

1 <style>
2     /* 解决上下有黑边,不能全屏 */
3     video{object-fit: fill;}
4 </style>
5  <video id="videoID" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" width="100%" height="100%" preload="auto" poster="" src=""></video>
原文地址:https://www.cnblogs.com/iloveyou-sky/p/6778902.html