Hello,
The thing is that you have thumbnails of different sizes so such an issue appears. With the help of the below code, you can make each thumbnail of equal sizes. Please, enter it into the “Global Custom CSS” area that is situated in Theme Settings -> Custom CSS.
.slick-slider {
height: 591px !important;
}
.slick-list {
height: calc(100% - 30px)!important;
}
.slick-track {
height: 100% !important;
}
.slick-vertical .slick-slide {
height: 33.333%!important;
}
.slick-vertical .slick-slide img {
height: calc(100% - 10px)!important;
object-fit: cover!important;
}
In the next update, we will add a special option in Theme Settings for that.
Kind Regards
-
This reply was modified 2 years, 5 months ago by Luke Nielsen.