Browse Source

check

bugfix/marketinghero
Florian Eisenmenger 2 years ago
parent
commit
a524855d52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gfi-ihk-2024/stories/sections/slider/slider.js

+ 1
- 1
gfi-ihk-2024/stories/sections/slider/slider.js View File

@@ -24,7 +24,7 @@ class IHKSlider {
infinite: true,
autoplaySpeed: this.section.data('autoplay-speed') ? this.section.data('autoplay-speed') : 5000,
animationSpeed: 600,
startSlide: 0,
startSlide: 0
};

this.initSlides();


Loading…
Cancel
Save