diff options
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index b90d3eb..95c8500 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -160,7 +160,7 @@ slidesToShow: 8, slidesToScroll: 3, speed: 500, - {# autoplay: true, #} + autoplay: true, autoplaySpeed: 1000, }); |