kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.33k stars 5.88k forks source link

Vertical Slide with Center mode not working #4258

Open krzwt opened 1 year ago

krzwt commented 1 year ago

The vertical slider with center mode set to true does not work when trying to display more than 3 slides. We have used 12 slideshows, and they start from the top, appearing as shown in this screenshot.

We have used the below code

$('.slider=name').slick({
        autoplay: false,
    centerMode: true,
    infinite: true,
    rows: 0,
    arrows:false,
    slidesToShow: 13,
    vertical: true,
    verticalSwiping: true,
    centerPadding: '0',
});