当点击Chrome中的箭头时,Fotorama会“跳过”幻灯片

时间:2014-02-18 10:34:22

标签: javascript jquery fotorama

我对jquery不太熟悉,所以我有点卡住了!

我用Google搜索,我看不到其他人有同样的问题。

当我点击箭头时,似乎fotorama轮播正在跳过我的中间幻灯片。

这是一个jsfiddle:http://jsfiddle.net/nVu8f/

<div class="fotorama" data-width="300" data-height="300">
<div class="project-holder">
    <a href="#" class="front-news-title">Title number 1</a>
    <br /><br />
    <img src="http://churchm.ag/wp-content/uploads/2011/11/coding.png" />
    <p>A bit of a description here</p>
    <a href="#">Read More</a>
</div>
<div class="project-holder">
    <a href="#" class="front-news-title">Title number 2</a>
    <br /><br />
    <img src="http://jarrpa.net/uploads//2011/12/coding-150x150.jpg" />
    <p>A bit more of a description here</p>
    <a href="#">Read More</a>
</div>
<div class="project-holder">
    <a href="#" class="front-news-title">Title number 3</a>
    <br /><br />
    <img src="https://info.examtime.com/files/2013/04/html-150x150.jpg" />
    <p>Some description here</p>
    <a href="#">Read More</a>
</div>
</div>

任何帮助将不胜感激

谢谢!

注意刚刚发现它只在chrome中发生了这种情况

0 个答案:

没有答案