Comments Eskilax started the conversationJanuary 23, 2023 at 1:54pmHello, I'm trying to make a carousel where each items have the exact same height (and ideally the same ratio 1:1), I already tried adding this in the css section : .carousel-item p { max-height: 350px;} But without any success until now... Thanks. 1,882Judith repliedJanuary 23, 2023 at 4:30pmHello Eskilax,Thanks for choosing Salient.Please try this css: .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap>:last-child { height: 76vh;}Thanks.Eskilax repliedFebruary 28, 2023 at 9:51amIt works thanks. Sign in to reply ...
Hello,
I'm trying to make a carousel where each items have the exact same height (and ideally the same ratio 1:1), I already tried adding this in the css section :
But without any success until now...
Thanks.
Hello Eskilax,
Thanks for choosing Salient.
Please try this css:
Thanks.
It works thanks.