Thread Starter
unsik
(@unsik)
Can I send the link to you personally without publishing here?
add_filter( 'woocommerce_get_image_size_single', function( $size ) {
return array(
'width' => 1200,
'height' => 1200,
'crop' => 0,
);
} );
If you need change gallery image.
-
This reply was modified 8 years ago by unsik.