[Solved] Image height not getting set to 100% of card


Change the height by inherit in .ibm-card__image class

.ibm-card__image 
 {
  height: inherit; 
  width: 38%;
 }

10

solved Image height not getting set to 100% of card