Change default Woocommerce Image Gallery Thumnail Size

Change default Woocommerce Image Gallery Thumnail Size

Sometimes 100×100 is small, here is code for functions.php to do this change. Don’t forget to regenerate images.

add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) {
return array(‘width’ => 150, ‘height’ => 150, ‘crop’ => 0, );
} );

Twitter
Facebook
LinkedIn
Telegram
WhatsApp
Email