-1
即我想給一個視頻,而不是在網站的首頁滑塊或橫幅圖像。在下面的代碼中,我想僅將視頻作爲背景應用到「視頻」課程,我該怎麼做才能幫助我,謝謝。如何僅爲特定的div或類提供背景視頻。
<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>
我嘗試瀏覽幫助解決你這可能會幫助你 [全屏HTML5頁面背景視頻](https://codepen.io/ dudleystorey /筆/ knqyK) – saiful