ref: f806e951fd7f1c98b1b2b87b35d02525830f5451
dir: /docs/static/js/owl.carousel-custom.js/
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay:true,
autoplayHoverPause:true,
autoplayTimeout:3000,
responsive:{
0:{
items:1
},
1000:{
items:3
},
}
})