Product Image size different in category section

Hello, as seen in the picture one of the product image is smaller than others on the product category page. How to fix it? thanks in advance

@sanyabajaj

you can send the url store, i will check and show to you how to solved the issue.

Hi @sanyabajaj , to make the about page header transparent, you can follow these steps:

Step 1: Open Online Store → Themes → Edit code

Step 2: Find base.css file

Step 3: Paste this code at the bottom of the file

.card-wrapper.product-card-wrapper .card__inner.ratio {
  --ratio-percent: 177.77777777777777% !important;
}

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you :heart_eyes: