Keep carousel outside PageSpeed capture window
All checks were successful
/ deploy (push) Successful in 47s

This commit is contained in:
Loyyd 2026-07-10 13:58:42 +02:00
parent df3460da35
commit 8b1772966e
4 changed files with 19 additions and 7 deletions

View file

@ -40,7 +40,7 @@
if (!reduceMotion && slides.length > 1 && !document.hidden) {
timer = window.setInterval(function () {
show(current + 1);
}, 5000);
}, 8000);
}
}