Open abartov opened 7 years ago
You might try 1.7.1. There was just a PR that helped, but didn't totally solve, variableWidth: true, infinite: true
Thank you for the rapid response, @leggomuhgreggo !
I've now tried with 1.7.1, but the behavior is still the same.
Having the same issue.
Any thoughts on whether someone would be able to fix this, @leggomuhgreggo or @kenwheeler? Thanks in advance.
@abartov Seems this will not be fixed soon. You can try to fix it on your own and push MR.
I used this fix (https://github.com/kenwheeler/slick/pull/2635) but I adapted it to version 1.7.1
Any update?
Similar to Issue #71 - but with rtl:true. Scrolling with infinite:false was fine, but after also specifying variableWidth:true, the carousel now scrolls past the last item into whitespace. @kenwheeler - are you still maintaining this excellent component, or should I look elsewhere?
====================================================================
A reproducing JsFiddle
====================================================================
Steps to reproduce the problem
====================================================================
What is the expected behaviour?
Slides scroll up to last one flush with the edge of the carousel, and not beyond.
====================================================================
What is observed behaviour?
Slides scroll past the last one and show a lot of whitespace.
====================================================================
More Details