Im having trouble with the Slick carousel JS plugin with multiple slidesToShow which have different heights.
I need the Slides to have the same
Add a couple of CSS styles and it will be ready:
.slick-track { display: flex !important; } .slick-slide { height: inherit !important; }
Enjoy! :-)