kenwheeler / slick

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

slider next and prev not working when slidestoshow and slidestoscroll is both 10 #4176

Open johnfironmarketing opened 2 years ago

johnfironmarketing commented 2 years ago

I'm using the slider to show the list of my custom post type. it's all just images. slider next and prev not working when slidestoshow and slidestoscroll is both 10. but when the slidestoshow is set lower than 10 it is working

$('.gallery-posts').slick({ dots: false, infinite: true, speed: 300, slidesToShow: 10, slidesToScroll: 10, arrows: true });

vittorduartte commented 2 years ago

Did you try set a custom width with {variableWidth: true}? Or did you try use {centerMode: true}? I think the tool does not understand that it is possible to index this quantity of components this width, because of something CSS rule setting.