Set images of the same height

Hi guys,

I’m trying to set these images of the same height.

When I set the height of Orange section below 95vh, I can set the height of images by using this code

.slider-mobile-gutter .grid--3-col-desktop {
     background-color:orange; 
     height:95vh;
  }
   .card__inner {
    height: 90%!important;  
  }

But as it’s 95vh above (my current code is 100vh), card__inner code doesn’t work anymore, don’t know why.

Pls check my url: https://189ee3-2.myshopify.com/

Thank you,

Hello @collins276

You must use the same height of the images otherwise the image will look cropped.

1 Like