*{
margin:0; padding:0;
}
html,
body,
#app{
height: 100%;
width: 100%;
min-width: 1300px;
margin: 0;
overflow: hidden;
/*font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
}

.video{
width: 100%;
height: 100%;
object-fit: fill // 重点
}

<div  preload loop>
your browser does not support the video tag
</video>
</div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2021-08-03
猜你喜欢
  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案