$(document).ready(function () { $('#slick-id1032').slick({ accessibility: false, autoplay: true, autoplaySpeed: 5000, centerMode: true, centerPadding: '50px', cssEase: 'cubic-bezier(0.455, 0.03, 0.515, 0.955)', dots: true, dotsClass: 'slick-dots', draggable: false, edgeFriction: 0.15, fade: false, mobileFirst: true, infinite: true, initialSlide: 0, lazyLoad: 'progressive', pauseOnHover: false, pauseOnDotsHover: false, respondTo: 'min', speed: 600, swipe: false, swipeToSlide: false, touchMove: false, useCSS: true, variableWidth: false, vertical: false, verticalSwiping: false, rtl: false, waitForAnimate: false, zIndex: 1000, useTransform: true, touchThreshold: 25, responsive: [ { breakpoint: 1170, settings: { slidesToShow: 6, slidesToScroll: 1, rows: 1, slidesPerRow: 1, arrows: false, } }, { breakpoint: 970, settings: { slidesToShow: 5, slidesToScroll: 1, rows: 1, slidesPerRow: 1, arrows: false, } }, { breakpoint: 750, settings: { slidesToShow: 4, slidesToScroll: 1, rows: 1, slidesPerRow: 1, arrows: false, } }, { breakpoint: 0, settings: { slidesToShow: 1, slidesToScroll: 1, rows: 1, slidesPerRow: 1, arrows: true, } } ] }); });