-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In infinite mode, when slidesToShow equal to the length of slides, infinite functionality is not working. #1813
In infinite mode, when slidesToShow equal to the length of slides, infinite functionality is not working. #1813
Comments
Hi, I have got a workaround for this issue, so sharing it thinking it may help. Suppose, |
+1, I have the same issue. The workaround method from @amitk7407 is working 👍 |
+1, SAME ISSUE |
Same issue. Although @amitk7407 solution made my slider infinite.. it doesn't look good because it is cut |
+1, same issue. |
It has been resolved in the latest version! Now you can use |
Fixed in react-slick@0.30.0 |
demo: https://codesandbox.io/s/react-slick-playground-yjk35?file=/index.js
Even after using
{ arrows: true, dots: true, infinite: true}
whenslideToShow
equals to the length of slides, no pre/post cloned slides are being rendered which usually happens when infinite is set to true. Arrows and Dots are also not being rendered in this case.The text was updated successfully, but these errors were encountered: