swiper - disable autoplay, add arrows

This commit is contained in:
isUnknown 2024-09-16 14:52:37 +02:00
parent c197809a4a
commit c27dfc2e0c
5 changed files with 41 additions and 13 deletions

View file

@ -8,8 +8,5 @@ document.addEventListener("DOMContentLoaded", () => {
},
keyboard: true,
loop: true,
autoplay: {
delay: 2500,
},
});
});