0
如何製作像這樣的全寬視頻標題:http://mazwai.com/#/?視頻只在頂部,但可以向下滾動過去?我看過很多像這樣的視頻的教程:http://thenewcode.com/samples/polina.html,但您無法在此處滾動瀏覽視頻(即使有內容超過視頻) - 視頻始終是背景。我怎樣才能做出第一個例子?有任何教程在任何地方?我很難找到一個好的。HTML全寬視頻標題
如何製作像這樣的全寬視頻標題:http://mazwai.com/#/?視頻只在頂部,但可以向下滾動過去?我看過很多像這樣的視頻的教程:http://thenewcode.com/samples/polina.html,但您無法在此處滾動瀏覽視頻(即使有內容超過視頻) - 視頻始終是背景。我怎樣才能做出第一個例子?有任何教程在任何地方?我很難找到一個好的。HTML全寬視頻標題
對於全寬度背景視頻,您可以在html5中使用data-bg-video =「視頻路徑」類。下面是 是演示示例,只是插入您的數據背景視頻路徑。
<section class="mbr-section mbr-section-hero mbr-section-full " id="header4-0"
data-bg-video="https://www.youtube.com/watch?v=La5GyrphjK0">
<div class="mbr-overlay" style="opacity: 0.5; background-color: rgb(0, 0, 0);"></div>
<div class="mbr-table-cell">
<div class="container">
<div class="row">
<div class="mbr-section col-md-10 col-md-offset-2 text-xs-right">
<h1 class="mbr-section-title display-1">VIDEO BACKGROUND</h1>
<p class="mbr-section-lead lead">Intro with background video and color overlay. Text and buttons are aligned to right. Mobirise helps you cut down development time by providing you with a flexible website editor with a drag and drop interface.</p>
<div class="mbr-section-btn"><a class="btn btn-lg btn-success" href="#">Demo Button</a> <a class="btn btn-lg btn-warning" href="#">Demo Button</a></div>
</div>
</div>
</div>
</div>
<div class="mbr-arrow mbr-arrow-floating" aria-hidden="true"><a href="#next"><i class="mbr-arrow-icon"></i></a></div>
</section>
「data-bg-video =」video path「'是什麼意思?那不是一堂課 – georgej