소스 검색

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


불러오는 중...
취소
저장