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>

 

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-12-31
  • 2021-11-27
  • 2021-06-17
  • 2022-01-29
猜你喜欢
  • 2022-02-09
  • 2021-12-19
  • 2022-01-01
  • 2021-07-24
  • 2022-01-07
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案