Slick carousel – force slides to have the same height

Add a couple of CSS styles and it will be ready:

.slick-track
{
display: flex !important;
}

.slick-slide
{
height: inherit !important;
}

Leave a comment

Your email address will not be published. Required fields are marked *