Okay
  Public Ticket #3214244
Flickity Carousel max-height or fixed height
Closed

Comments

  • Eskilax started the conversation

    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 :

    .carousel-item p {    max-height: 350px;}

    But without any success until now...

    Thanks.

  •  1,591
    Judith replied

    Hello Eskilax,

    Thanks for choosing Salient.

    Please try this css:

    .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap>:last-child {
        height: 76vh;
    }

    Thanks.

  • Eskilax replied

    It works thanks.