shithub: hugo

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