We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If number of divs is less than 'slidesToShow' and 'centerMode' is enabled on nav, it breaks navigation.
[ https://jsfiddle.net/digitalpenguin/0jgcu81w/ ]
use this jsfiddle to reproduce your bug: https://jsfiddle.net/digitalpenguin/0jgcu81w/ we will likely close your issue without it.
You can see the nav has moved over to the right and arrows are missing.
... Navigation should function as in the demos even with centerMode enabled regardless of the number of slides.
Navigation should not be pushed off to the side, arrows should stay visible and should track the selected image.
Navigation is pushed off to the side, arrows disappear and the selected image is not tracked. See fiddle.
The text was updated successfully, but these errors were encountered:
Looks like this is being fixed with the PR at #2118
Closing
Sorry, something went wrong.
No branches or pull requests
[ https://jsfiddle.net/digitalpenguin/0jgcu81w/ ]
use this jsfiddle to reproduce your bug:
https://jsfiddle.net/digitalpenguin/0jgcu81w/
we will likely close your issue without it.
You can see the nav has moved over to the right and arrows are missing.
On the fiddle if you disable centerMode or make slidesToShow less than your number of divs, navigation works as expected.
Steps to reproduce the problem
What is the expected behaviour?
... Navigation should function as in the demos even with centerMode enabled regardless of the number of slides.
Navigation should not be pushed off to the side, arrows should stay visible and should track the selected image.
What is observed behaviour?
Navigation is pushed off to the side, arrows disappear and the selected image is not tracked. See fiddle.
More Details
The text was updated successfully, but these errors were encountered: