loop:在iPhone iOS中的owl carousel 2.0.0抵消图片中为true

时间:2014-10-02 18:01:51

标签: jquery css owl-carousel

我正在使用猫头鹰旋转木马@version 2.0.0

有问题的网站:http://miracon.ca/homes/prima/(请查看"图库")。我在iPhone上的Safari中可靠地工作,但Chrome iOS存在问题。图像没有正确居中。这是我的初始代码:

$("#pjct-gallery-content").owlCarousel({
    center: true,
    loop:true,
    margin:28,
    autoWidth:true,
    dots:true,
    autoHeight:true,
    responsive : {
        500 : {
            items:1
        },
        700 : {
            items:2
        },
        900 : {
            items:3
        },
        1400 : {
            items:4
        }
    }
});

如果我设置" loop:false"它运作良好,第一个图像中心应该。设置"循环:true"它并没有像预期的那样居中。

0 个答案:

没有答案