How to make product images fit the product card regardless of size? Broadcast theme

Hello all, I would like to make the product images fit into the square size. my website (www.avlium.com) just launched and I would like the images to look more professional and fit into the square.

Hey, Ive got the same issue. Did you figure it out?

I use the sense theme and this is the code I used to make the picture fit.

/* Product Card Image */
.product-card-wrapper .card__media .media img {
object-fit: contain !important;
}

.product-card-wrapper .card__media, .card .media {
background-color: white;
}

I use the sense theme and this is the code I used to make the picture fit.

/* Product Card Image */
.product-card-wrapper .card__media .media img {
object-fit: contain !important;
}

.product-card-wrapper .card__media, .card .media {
background-color: white;
}