When a responsive slider is unslicked at a larger width, say 1200px wide using "responsive" parameter, and the responsive parameter has some responsive settings for a smaller width, i.e., 900px, the slider just keeps showing all slides like it has been unslicked for the all screen widths.
This report is just a drop in the ocean of 995 open bugs (one confirmed bug from 2014, still open) so I'm guessing it is already a well known bug, but still adding example code that would reproduce the issue.
Load the page at, say, 800px width and the slider will be activated
Resize the page to a width above 1200px, slider will be destroyed and all items will be visible. Good
Now resize the screen back to 800px.
What is the expected behaviour?
Slider should be activated since the responsive key holds a setting for current screen width
What is observed behaviour?
Nothing happens. All items keep showing
More Details
Which browsers/versions does it happen on?
All browsers
Which jQuery/Slick version are you using?
Slick 1.8.0
Did this work before?
Never used this slider before. Only using it since we inherited a Drupal 8 project.
P.S. It is possible that this is not a bug. I'm actually hoping it is not a bug and it has to do with my settings and I'm misreading the documentation.
"the last carousel you'll ever need"
slick github: 995
This report is just a drop in the ocean of 995 open bugs (one confirmed bug from 2014, still open) so I'm guessing it is already a well known bug, but still adding example code that would reproduce the issue.
Steps to reproduce the problem
responsive
keyresponsive: [ { breakpoint: 1200, settings: "unslick" }, { breakpoint: 921, settings: { slidesToShow: 1, slidesToScroll: 1 } } ];
What is the expected behaviour?
Slider should be activated since the
responsive
key holds a setting for current screen widthWhat is observed behaviour?
Nothing happens. All items keep showing
More Details
Which browsers/versions does it happen on? All browsers
Which jQuery/Slick version are you using? Slick 1.8.0
Did this work before? Never used this slider before. Only using it since we inherited a Drupal 8 project.
P.S. It is possible that this is not a bug. I'm actually hoping it is not a bug and it has to do with my settings and I'm misreading the documentation.
"the last carousel you'll ever need"
slick github: 995