position : fixed
right : 0
bottom : 0
min-height:100%
min-width : 100%
z-index : -100
}
source {
min-height:100%
min-width : 100%
}
html5 部分:
<video autoplay loop="loop">
<source src="" type=""> <!--自己填进去视频-->
</video>
如果你是直接在视频网站复制的iframe形式的视频,这个不行