(function (moduleId) { $(document).ready(function() { $('.clients-slideshow').slick({ dots: false, prevArrow: false, nextArrow: false, slidesToShow: 5, slidesToScroll: 1, touchMove: true, autoplay: true, infinite: true, autoplaySpeed: 2000, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 4, slidesToScroll: 1, infinite: true } }, { breakpoint: 780, settings: { slidesToShow: 3, slidesToScroll: 1 } }, { breakpoint: 640, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 390, settings: { slidesToShow: 1, slidesToScroll: 1 } } ], }); }); })('u-9acbcf2f-9d95-4550-9d14-73f79cc65e1c');