diff --git a/frontend/slideshow.html b/frontend/slideshow.html index 8575455..c5e0361 100755 --- a/frontend/slideshow.html +++ b/frontend/slideshow.html @@ -1,6 +1,6 @@ - + @@ -82,7 +84,7 @@ function schedule() { scheduled = setTimeout(function () { scheduled = undefined; nextPhoto(); - }, 3 * 1000); + }, 15 * 1000); } document.addEventListener("DOMContentLoaded", function() {