我使用「bxlider.js」插件幻燈片1 「Html <>」視頻和2我的MVC項目中的圖像。我的問題是當我播放視頻時,滑塊仍然滑動。如何在mvc中播放.mp4視頻時停止滑動條?
這裏是我的代碼:
$('.bxslider').bxSlider({
auto: true,
autoControls: true,
});
<ul class="bxslider">
<li>
<video id="HomePageVdo" height="210" controls="controls" >
<source class="video-width" src="~/Media/HomePageVdo.mp4" type="video/mp4">
</video>
</li>
<li>
<img src="~/Media/Sample1.png" role="img" width="350" height="210" alt="Sample1" title="Sample1"/>
</li>
<li>
<img src="~/Media/Sample2.jpg" role="img" width="350" height="210" alt="Sample2" title="Sample2"/>
</li>
</ul>
請需要幫助...任何其他插件麪包車幫助 謝謝!
HTTP ://caniuse.com/#feat=input-range – dandavis 2014-12-02 08:03:45