Image size issue on Product View page - by kasiddiqi@hotmail.com

This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: kasiddiqi@hotmail.com
    kasiddiqi@hotmail.com
    Participant
    October 25, 2018 at 04:59

    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

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 25, 2018 at 10:30

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.