mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
16 lines
266 B
JavaScript
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
|
|
},
|
|
}
|
|
})
|