ソースを参照

check

bugfix/marketinghero
Florian Eisenmenger 2年前
コミット
a524855d52
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      gfi-ihk-2024/stories/sections/slider/slider.js

+ 1
- 1
gfi-ihk-2024/stories/sections/slider/slider.js ファイルの表示

@@ -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();


読み込み中…
キャンセル
保存