hugo-theme-zzo/data/swiper.json

14 lines
248 B
JSON
Raw Normal View History

{
"direction": "horizontal",
"loop": true,
"pagination": {
"el": ".swiper-pagination"
},
"navigation": {
"nextEl": ".swiper-button-next",
"prevEl": ".swiper-button-prev"
},
"autoplay": {
"delay": 5000
}
}