This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hi there,
I am facing an issue regarding image size on Product View page. When I select a “Size” of the Image from “Choose an Option“, the product size on left becomes very small. Following is the URL:
https://www.youlookuglytoday.com/shop/cool-classic-fair-isle-mens-christmas-sweater/
Can you please tell me how to fix?
Regards
Hello,
This relates to new update of WooCommerce plugin. We will release new theme version soon.
As a temporary solution, you can add this code in xstore/framework/woo.php file:
add_filter( 'woocommerce_gallery_image_size', function( $size ) {
return 'woocommerce_single';
} );
Regards
You must be logged in to reply to this topic.Log in/Sign up