• Resolved sandsunk

    (@sandsunk)


    We are using the design-2 carousal. Since the text of the carousal slides are of different lengths, the slides appear of different heights. How can we normalize the height of all slides to the height of the slider with the maximum height? Width works fine. Tried different solutions that are available online for OwlCarousel, but they don’t seem to be working.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi,

    Sorry for my delay response.

    The provided web page URL is not working. I can not see slider on it.

    You can try below CSS snippet for equal height of slider. I hope it will work for you. You can try this for particular design.

    .psac-post-carousel .owl-stage{display:flex; flex-wrap: wrap;}
    .psac-post-carousel .owl-stage .psac-post-carousel-slide,
    .psac-post-carousel .owl-stage .psac-post-carousel-slide .psac-post-carousel-content{height:100%;}
Viewing 1 replies (of 1 total)
  • The topic ‘Same height for all carousel slides’ is closed to new replies.