1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-05-02 19:49:01 +00:00
hugo/docs/static/js/owl.carousel-custom.js

16 lines
266 B
JavaScript

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