• Slick slider features a setting called Center Mode which displays part of the previous and next slide to the left and right of the active slide. This is a huge UX improvement that helps visitors understand there is more content to see. Can you please update Carousel Slider to support Center Mode?


    $('.center').slick({
    centerMode: true,
    centerPadding: '60px',
    slidesToShow: 3,
    });
    • This topic was modified 3 months, 3 weeks ago by Mitchell.
  • You must be logged in to reply to this topic.