.video-background { max-width: none !important; border: none; object-fit: cover; background-size: cover; opacity: 1; width: 100%; height: 100%; position: absolute; left: 0px; top: 0%; display: block; object-position: center bottom !important; z-index:-1; }
<video autoplay="autoplay" loop="loop" muted="muted" class="video-background"> <source src="/video/1_1.mp4" type="video/mp4" style="object-fit: cover;position: absolute;top: 0;left: 0;"> Your browser does not support the video tag. </video>
.video-background { max-width: none !important; border: none; object-fit: cover; background-size: cover; opacity: 1; width: 100%; height: 100%; position: absolute; left: 0px; top: 0%; display: block; object-position: center bottom !important; z-index:-1; } 标签:居中,none,100%,object,width,MP4,important,html5,background From: https://www.cnblogs.com/huaan011/p/18589064