summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2021-05-27 17:17:31 +0200
committerStefan Kügel <skuegel@web.de>2021-05-27 17:17:31 +0200
commitdb0cd6ef061469f1f367715e46b7f281d34c82a6 (patch)
tree9013c8a413a443e7777b0cd372f86ab8351e3b76
parent3db9889414d865fe293bc2e4ccba2d0818fc2000 (diff)
downloadanastasis-www-db0cd6ef061469f1f367715e46b7f281d34c82a6.tar.gz
anastasis-www-db0cd6ef061469f1f367715e46b7f281d34c82a6.tar.bz2
anastasis-www-db0cd6ef061469f1f367715e46b7f281d34c82a6.zip
Changing the delay time for the slideshow from 2000 ms to 6000 ms (autoplayTimeout)
-rw-r--r--static/js/carouselscript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/carouselscript.js b/static/js/carouselscript.js
index 49783a3..afca634 100644
--- a/static/js/carouselscript.js
+++ b/static/js/carouselscript.js
@@ -21,7 +21,7 @@ $(document).ready(function() {
nav: true,
loop: true,
autoplay: true,
- autoplayTimeout: 2000,
+ autoplayTimeout: 6000,
autoplayHoverPause: true,
responsive: {
0: {