react-slick icon indicating copy to clipboard operation
react-slick copied to clipboard

Center mode with infinite: false not working

Open mrsamse opened this issue 4 years ago • 5 comments

If I run your sandbox code with following settings I can't reach the last two slides:

var settings = {
      initialSlide: 3,
      centerMode: true,
      infinite: false,
      centerPadding: "60px",
      slidesToShow: 3,
 };

If I set infinite to true, everything works as expected.

mrsamse avatar May 13 '20 08:05 mrsamse

same here, it is real one

beqramo avatar Jul 20 '20 13:07 beqramo

same here @0.26.1

jkiss avatar Sep 01 '20 14:09 jkiss

same here @0.27.11

anija avatar Sep 30 '20 14:09 anija

Same here @0.28.0. Has anyone found a solution?

jcmnavia avatar Mar 17 '21 22:03 jcmnavia

same here @0.28.0

serabakpak avatar Mar 25 '22 20:03 serabakpak