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