-
-
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
Empty space at the end #540
Comments
i also have the same issue of the extra space at the end |
@fahd what parent are you suggesting to set overflow:hidden on ? I'm finding that none of the parent containers work in hiding the empty space when overflow is set to hidden :S |
Has anyone managed to get anything working for this? Having the same issue. |
Ok I solved my issue! I added a custom style to the Can you see the small light blue line on the right?
That rule caused the issue. So, in your case also there might be something which overflows the slider. I think if the inner content overflow, this happens. |
Any update here? |
+1 |
Any update here? This is kind of a show stopper. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Bump & +1. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
This has been resolved now. All you need now is to set |
infinite: false did not solve my whitespace issue.. |
@laveesingh @ro0t @mads-thines I also described this issue in: #1334 |
I've made a fix (#1337) that would allow the finite variable width slider sliders to always fill the display area, using a new setting. I've added the pull request, not sure if it will be handled soon. In any case, you are free to use my own fork in your package.json: But ideally, if you can, also please vote so that the pull request gets attention. |
any progress on this issue? |
My ideal scroller would be the one that is:
|
Done. I've updated the PR with those requirements. |
+1 |
1 similar comment
+1 |
This is my solution. |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Hi, this is also an issue when using swipeToSlide. It seems like the issue is inside innerSlideUtils.getTrackLeft |
+1 |
bump +1 |
+1 |
What element has class slick-next? |
finally worked , add this simple CSS code in to your project .slick-next{ |
Not able to find the exact solution, but if you keep |
+1 |
1 similar comment
+1 |
|
+1 |
1 similar comment
+1 |
our timer show 28/01/2022 but still can not find solution:) |
The best solution for this is to switch to an alternative swiper library, like swiper.js. |
this solved my problem |
It worked for me thankyou. |
In the slider settings object slidesToShow and slidesToShow keys should be changed according to the UI
this worked for me, also these values can be changed depending on viewport width by adding the |
with tailwind
works for me |
+1 |
How can I stop the carousel to let that empty space at the end?
I don't want infinite or center mode.
https://jsfiddle.net/20bumb4g/1576/
Thank you
The text was updated successfully, but these errors were encountered: