$(document).ready(function () { $(".full-screen").slick({ slidesToShow: 3, slidesToScroll: 1, centerMode: true, centerPadding: '6%', dots: true, autoplay: true, autoplaySpeed: 3000, speed: 1000, infinite: true, dotsClass: 'dots-wrap', appendDots: $('.dots-box'), responsive: [ { breakpoint: 767, settings: { slidesToShow: 1, slidesToScroll: 1, centerPadding: '22%', } } ] }); });