-
-
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
Slider image streching when slider counter is smaller than the slidesToShow #1196
Comments
This issue was fixed in previous releases. Could you replicate this issue with codesandbox demo? |
Sounds related to #1182 |
@ajeemaw In your CSS, add the following to achieve what you want: This will always make each slide span 1 / 7 of the available space, and will solve your problem |
Ya I've solved this with the new version of Slick Slider. Thank you all. |
@ajeemaw I'm still seeing this issue. Can you confirm where this was fixed (e.g. commit link)? This is definitely something I'd like to solve. |
@MickeyKay Sorry actually i dont remember the code, but for me it was not working in "react-slick": "^0.20.0", but it is working fine after upgrading the version to "react-slick": "^0.22.0" |
@ajeemaw that this works if |
I am still having this issue i am currently using version ^0.29.0. |
I have put 7 slides to show in 1366px screen. but the thing is, sometime the slider count is smaller than the amount of "slideToShow". In this scenario, If there is 3 slide, It will divide the width into 3. But Actually I want this to divide into 7 and display the 3 slides in that respective widths.
Guidelines for posting a new issue
The text was updated successfully, but these errors were encountered: