From: soufiane Date: Tue, 29 Oct 2024 10:16:45 +0000 (+0100) Subject: wait #7127 @0:01 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9663344508b397ca0beded5ef587c8b27c306ab5;p=spinepro.git wait #7127 @0:01 --- diff --git a/wp-content/themes/CCV/resources/assets/scripts/header-slideshow.js b/wp-content/themes/CCV/resources/assets/scripts/header-slideshow.js index 79315201..6a79cf87 100644 --- a/wp-content/themes/CCV/resources/assets/scripts/header-slideshow.js +++ b/wp-content/themes/CCV/resources/assets/scripts/header-slideshow.js @@ -8,7 +8,7 @@ import debounce from 'lodash.debounce'; // Inspired by: https://www.sitepoint.com/make-a-simple-javascript-slideshow-without-jquery/ const slides = $scope.find('.header-slideshow-image'); const slidesText = $scope.find('.header-slideshow-content'); - const slideInterval = setInterval(nextSlide, 14000); + const slideInterval = setInterval(nextSlide, 13000); let currentSlide = 0; let headerHeight = $("header.site").get(0).getBoundingClientRect().height