미분류

패브릭 슬라이더 자동시작설정

슬라이더 자동플래이는 wp-content/themes/ktheme_biz_fabric/front-page.php 493줄에서 설정이 있습니다. autoplay 옵션을 추가하시기 바랍니다. https://kenwheeler.github.io/slick/ 페이지에 설정이 있습니다.

jQuery(‘.main-slider-slick’).slick({
dots: true,
speed: 1000,
arrows: true,
fade: true,
autoplay:true,
});

댓글 남기기

이름과 이메일을 입력한 뒤 댓글을 남길 수 있습니다.