Im having trouble with the Slick carousel JS plugin with multiple slidesToShow which have different heights.
I need the Slides to have the same
For future searches:
You can simply use:
$('.slick').slick({ /* your config */ }).on('setPosition', function (event, slick) { slick.$slides.css('height', slick.$slideTrack.height() + 'px'); });