Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wocommerce product image

add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
return array(
'width' => 150,
'height' => 150,
'crop' => 0,
);
} );
Source by docs.woocommerce.com #
 
PREVIOUS NEXT
Tagged: #wocommerce #product #image
ADD COMMENT
Topic
Name
9+4 =