Reputation:
Is possibile set same size of every image in woocommerce product catalog?
Example:
I want thumbnails image 200 x 200 px.
But if i upload image 100x100?
I need a force zoom on this image to adapt for my woocommerce thumbnail 200 x 200 px.
Is possibile?
I see several option on woocommerce menu, but they have not been useful.
Upvotes: 5
Views: 22357
Reputation: 5119
The accepted answer was true until now. The actual WooCommerce version now put the display option in Appearance -> Customize
Then select WooCommerce -> Product Image to set the custom size or ratio.
Upvotes: 10
Reputation: 11808
You can achieve this using WooCommerce Settings.
WooCommerce -> Settings -> Products -> Display -> Product Images
Set the catalog images to 200px 200px and check hard crop option.
After saving these settings make sure you regenerate thumbnails to update the existing images according to the new settings.
You can also refer to this video for some of the steps.
Upvotes: 2