$('.your-slider-class').slick({ slidesToShow: 1, centerMode: true, // Make it look all the way around centerPadding: '15%', // View width of the image before and after (adjustable) infinite: true, arrows: false, dots: true, autoplay: true, autoplaySpeed: 4000, speed: 600, cssEase: 'ease', fade: false // ← This is super important! Turn off fade });

Recently viewed products