Open shooby83 opened 5 years ago
Why are all img tags inside a .slick-slide declared as block-elements? I guess it should only be set on direct child images.
====================================================================
CSS rule should only influence specific image, not all images inside slick slide
This CSS rule should be removed:
.slick-slide img { display: block; }
I understand they added that for the lazy-loading but is not really needed and in fact it affects all images that are put inside any slide.
Why are all img tags inside a .slick-slide declared as block-elements? I guess it should only be set on direct child images.
====================================================================
What is the expected behaviour?
CSS rule should only influence specific image, not all images inside slick slide