shithub: hugo

ref: 6195d8f79b1ac897ee554d89756fcc5382f4cd29
dir: /docs/static/js/owl.carousel-custom.js/

View raw version
$('.owl-carousel').owlCarousel({
    loop:true,
    margin:10,
    nav:true,
    autoplay:true,
    autoplayHoverPause:true,
    autoplayTimeout:3000,
    responsive:{
        0:{
            items:1
        },
        1000:{
            items:3
        },
    }
})