Owl Carosel StagePadding a.k.a next & previous slide half preview

Owl Carosel StagePadding a.k.a next & previous slide half preview

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

Also check out this official owlCarousel demo