Javascript 引导程序3和FancyBox2:导航箭头未显示在图库中的第一张照片上

Javascript 引导程序3和FancyBox2:导航箭头未显示在图库中的第一张照片上,javascript,jquery,twitter-bootstrap-3,fancybox-2,Javascript,Jquery,Twitter Bootstrap 3,Fancybox 2,我将引导3与FancyBox2和我的。除了照片库中的第一张照片上有无导航箭头外,一切都很好。所有其他照片都有导航箭头。有人知道为什么吗 这是第一个照片代码和第二个照片代码。如您所见,代码几乎相同 <a class="thumbnail fancybox" rel="lightbox" href="http://placehold.it/400x400.png"> <img class="img-responsive" al

我将引导3与FancyBox2和我的。除了照片库中的第一张照片上有导航箭头外,一切都很好。所有其他照片都有导航箭头。有人知道为什么吗

这是第一个照片代码和第二个照片代码。如您所见,代码几乎相同

            <a class="thumbnail fancybox" rel="lightbox" href="http://placehold.it/400x400.png">
                <img class="img-responsive" alt="First title here" src="http://placehold.it/200x200" />
                <div class="text-center">
                    <small class="text-muted">Image Title</small>
                </div> <!-- text-center / end -->
            </a>


            <a class="thumbnail fancybox" rel="ligthbox" href="http://placehold.it/400x400.png">
                <img class="img-responsive" alt="second title here" src="http://placehold.it/200x200" />
                <div class="text-center">
                    <small class="text-muted">Image Title</small>
                </div> <!-- text-center / end -->
            </a>

然而,当我使用开发人员工具查看服务器上的代码时,我可以看到箭头似乎是通过javascript动态添加的(我可能错了)。由于某些原因,它不会动态添加到第一张照片中


有人有什么想法吗

刚刚用第二个照片代码替换了第一个照片代码,效果很好……仍然不知道问题出在哪里,哦,好吧。但是,它是有效的