shithub: hugo

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