You have to set the center: true
property to owlCarousel object.
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
nav: true,
center: true,
autoplay: true,
responsive: {
0: {
items: 1
},
600: {
items: 3
},
1000: {
items: 6
}
}
})
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…