視頻DIV我有一個具有內div
一個視頻的HTML網頁:隱藏在移動
HTML
<div class="news">
<h3 class="highlight">Kate's 1 Month Transformation</h3>
<div class="clr"></div>
<center>
<video controls="" autoplay="" poster="assets/4/vid.png.html">
<source src="https://globalskincr.files.wordpress.com/2015/05/wrinkle_vid.mp4" type="video/mp4">
</video>
</center>
</div>
我不能在移動禁用視頻和隱藏DIV,
CSS
.news {
display:none;
}
此代碼隱藏視頻,但聲音仍在繼續。
嗨,只需添加<視頻預加載=「無」> – Med