-
-
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
May I develop it so that infinite swipe is possible when the values of 'slidesToShow' and 'showElement' are the same, and 'infinite' is set to true? #2328
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I'm using the
react-slick
library successfully.The requirements for my project are to have 9
items(element),
withslidesToShow
set to 9 so that all elements are visible on the screen, andinfinite
is set totrue.
The expected outcome is to have all elements visible on the screen and be able to slide left and right.
However, I've confirmed that it's not currently functioning as expected.
Looking at the issue list, it seems there are others with similar requirements. Would it be okay for me to try making modifications in this regard?
Related issues
#2102
before
after
Guidelines for posting a new issue
The text was updated successfully, but these errors were encountered: