How can I standardize collection product image sizes?

Hello ,

I need one size image for Collection Products , the images are mixing with Height and Weight and its not looking good.

Very Large image sizes on Collection , need like medium size images ( one image size fits all collection )

Website : https://www.pakistanpowertool.com/

Attach Picture

Hi @Pakistanpowerto
Firstly, you should check the theme settings or section settings to find setting image ratio.
Or You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.collection-list .card__inner {
  --ratio-percent: 100% !important;
}