Skip to Content
Oops!
Sorry, we could not find any results
.
Because there are no posts in this forum yet.
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay:true,
dots:false,
nav:false,
responsive:{
0:{
items:2
},
600:{
items:3
},
1000:{
items:6
}
}
})