// JavaScript Document $('.slider04-for').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: false, fade: true, asNavFor: '.slider04-nav' }); $('.slider04-nav').slick({ slidesToShow: 7, slidesToScroll: 1, asNavFor: '.slider04-for', arrows: false, dots: false, // centerMode: true, focusOnSelect: true, accessibility: false, touchThreshold: 10, infinite: true, autoplay: true, autoplaySpeed: 2000, verticalSwiping: false, vertical: false, swipeToSlide: true, rows: 1, responsive: [{ breakpoint: 924, settings: { slidesToShow: 6, slidesToScroll: 1, infinite: true, dots: false } }, { breakpoint: 668, settings: { slidesToShow: 5, slidesToScroll: 1 } }, { breakpoint: 380, settings: { slidesToShow: 4, slidesToScroll: 1 } } ] });