对不起,如果我的曲子不好。我有这个html代码
HTML:
<div class="video_bg"> ---- Some Code to execute ---</div>
CSS:
.video_bg{
width:600px;
height:600px;
float:left;
}
并有一个视频嵌入代码
<iframe src="//player.vimeo.com/video/71906867" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
问题: 我可以通过使用任何脚本或 css 将此视频用作 div "video_bg" 的背景吗?