video满屏

CSS:

 1 .video-fatherdiv {
 2         width: 100%;
 3         height: 100vh;
 4 }
 5 
 6 .video-fatherdiv video {
 7         object-fit: fill;
 8         width: 100%;
 9         height: 100%;
10 }  

HTML:

1 <div class="video-fatherdiv">
2     <video> 
3     </video>
4 </div>

 

posted @ 2019-10-21 12:14  Mr、哈哈  阅读(464)  评论(0)    收藏  举报