请教大家:我这里用视频做为网页背景,给视频设了100%宽高,在firebug也显示video的宽高和页面是一样的,但是效果却没出来,视频没有铺满屏幕<style>
*{margin: 0;padding: 0}
html,body{width: 100%;height: 100%}
video{
width: 100%;height: 100%;
}
</style><div style="width: 100%;height: 100%">
<!--<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12"style="width: 100%;height: 100%">-->
<video id="fullVideo" class="" muted="muted" autoplay="autoplay" loop="loop"
src="public/webm/v_002.webm"></video>
<!--</div>-->
</div>
1 回答
- 1 回答
- 0 关注
- 3055 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消