Closed (fixed)
Project:
Slick Carousel
Version:
7.x-2.0-rc2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2015 at 00:18 UTC
Updated:
14 Oct 2015 at 04:54 UTC
Jump to comment: Most recent
Comments
Comment #2
gausarts commentedYou are fine, but this is more related to the library, not module:
https://github.com/kenwheeler/slick/issues/1741
Thoughts?
Comment #3
lu_smithcon commentedThanks for the link to the issue. I'll stick to using css. Setting width and height in vw seems to be working okay.
Comment #4
gausarts commentedYes, I myself sometimes use the same approach as you did with max-height, and overflow hidden where appropriate. Probably the best way is to hide the rest of slides except the first with the toggle of no-js, js and slick-initialized classes.
I avoided to adopt the solution offered in that thread since I may not be aware of various use cases:
Another similar issue dependent on various use cases is like ajax-loader.gif. You may not want it when you only have a pure text slideshow, or when you want an icon font.
Let's close this now as the solution is there dependent on custom use cases ;)
Thanks.