diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 991c777..038aab6 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -142,9 +142,9 @@ draggable: false, slidesToShow: 4, slidesToScroll: 1, - speed: 1000, + speed: 2000, autoplay: true, - autoplaySpeed: 1000, + autoplaySpeed: 2000, }); $("#filter-form").submit(function(e) { |