ref: c0290655825e7bb36e13fb39f89d85b392cf1adc
dir: /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 }, } })