diff --git a/templates/shortcodes/carousel.html b/templates/shortcodes/carousel.html index 5db0a5f..4c546c4 100644 --- a/templates/shortcodes/carousel.html +++ b/templates/shortcodes/carousel.html @@ -153,7 +153,11 @@ var swiper = new Swiper(".default-carousel", { loop: true, speed: 700, - + autoplay: { + delay: 5000, + disableOnInteraction: false, + pauseOnMouseEnter: true, // Pause autoplay when the mouse enters the slider + }, pagination: { el: ".swiper-pagination", clickable: true,