滚动禁用Youtube iframe

时间:2017-09-26 10:06:15

标签: javascript jquery html iframe youtube

我正在我的个人网站上工作。 我的网站包含youtube iframe。当鼠标悬停在它上面时,文档停止滚动。即使鼠标悬停在YouTube视频上,我希望主文档继续滚动。

<div class="video-container"><iframe width="950" height="480" style="margin-top: 10px" src="https://www.youtube.com/embed/fL3QKagSn1s#t=0m00s" scrolling="no" frameborder="0" allowfullscreen/></iframe></div>
            </div>

enter link description here

1 个答案:

答案 0 :(得分:0)

尝试将其包装成div并设置div的z-index:10或者其他东西,这样就不会将鼠标悬停在iframe上,而是设置为div。