Web ページにスクロールする iframe ビデオ セクションがあります。問題は、スクロールで iframe が読み込まれるたびにページが更新されることです。このサイトのスクローラーを使用しましたhttp://www.smoothdivscroll.com/index.html#toc
。iframeの読み込み中にページの更新を避けるには?
HTML:
<div id="logoParade">
<div class="scrollWrapper">
<div class="scrollableArea">
<div class="product-box" id="test">
<iframe width="700" height="500" src="http://www.youtube.com/embed/QTKM-54zWm4" frameborder="0" allowfullscreen></iframe>
</div>
<div class="product-box" id="test">
<iframe width="700" height="500" src="http://www.youtube.com/embed/QTKM-54zWm4" frameborder="0" allowfullscreen></iframe>
</div>
<div class="product-box" id="test">
<iframe width="700" height="500" src="http://www.youtube.com/embed/QTKM-54zWm4" frameborder="0" allowfullscreen></iframe>
</div>
<div class="product-box" id="test">
<iframe width="700" height="500" src="http://www.youtube.com/embed/QTKM-54zWm4" frameborder="0" allowfullscreen></iframe>
</div>
<div class="product-box" id="test">
<iframe width="700" height="500" src="http://www.youtube.com/embed/QTKM-54zWm4" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>