-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Center mode + Variable width + Infinite false #2431
Comments
In case anyone come across this, here is the code I modified starting at line 1105 in slick.js : |
@leggomuhgreggo duplicate of what issue exactly? |
Hmm, when I closed it, I was pretty sure it was a duplicate of a number of either I still think chances are good it's related to those, but I will reopen and assign to that topic just to make sure we're factoring for it when those issues get addressed |
Take a look at this merge request, his solution worked for me. |
When using center mode and infinite false with variable width you get extra white space at first slide left side and last slide right side.
Here is the link for JSFiddle.
What I want is that first slide should start from left edge whereas last slide should end at right edge without any white spaces.
The text was updated successfully, but these errors were encountered: