Product Image Stretch to Fit Dimension

Hi, may I ask how to enable catalog product image to stretch to fit dimension,
instead of resize according to aspect ratio?

This allow my catalog product image display to be consistent no matter what image size I upload, I prefer it that way, thank you for answering.

Hi @heislyc,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin, thanks for replying. Is there a way I could private message you as I hope not to publish the actual website for privacy reasons, thanks for your understanding.

Update: Enabled private reply

This is the website (http://os898.com/), can you advise what setting I could make to stretch all images instead of it auto-adjust to aspect ratio which causes inconsistent sizes please?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

.woocommerce ul.products li.product a img {
    min-height: 380px;
}

Thank you so so much!!

You are most welcome here :slight_smile: