【发布时间】:2016-07-24 15:38:59
【问题描述】:
即我想在网站首页提供视频来代替滑块或横幅图像。在下面的代码中,我只想将视频作为背景应用到“视频”类,我该怎么做,请帮帮我,谢谢。
<body>
<div class="video">
<nav>
</nav>
<div class="some-text">
<h1> welcome </h1>
</div>
</div>
<div class="container">
<!-- here there other content of the site where the video should not appear in background -->
</div>
</body>
【问题讨论】:
-
我尝试浏览以帮助您解决这可能会对您有所帮助Fullscreen HTML5 Page Background Video
标签: javascript css html twitter-bootstrap-3