1

我正在使用 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”,它会很好地工作,并且第一个图像应该居中。设置“循环:真”,它没有按预期居中。

4

0 回答 0