Hi Luc,
Please add the following snippet to your child theme’s functions.php file:
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
return array(
'width' => 150,
'height' => 150,
'crop' => 0,
);
} );
You can adjust the height and width in the snippet.
Let me know if this helps.
Thank You
Thumbnails in Squered images
Luc N
Hello,
my thumbnail images are in squared how can I make them display in rectangles? I did not find any settings for that.
Squared is not good because it cuts off half of the picture and then the gay standing there does not have his head.