shithub: hugo

ref: e34af6ee30f70f5780a281e2fd8f4ed9b487ee61
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
        },
    }
})