OwlCarousel StagePadding
Setup:
$('.owl-carousel').owlCarousel({
stagePadding: 50,
loop:true,
margin:10,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:5
}
}
})
HTML
1
2
3
4
5
6
7
8
9
10
11
12
Also check out this official owlCarousel demo