Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #978184
    zai2160
    Participant

    I would like to change the default size of the X shop single image.
    see below – x default sizes
    For example I want to change the $single = array( to width 300 and height 360 – simply because the shop single images are way too big. This is just for the shop single – the catalog and thumbnails image are fine.
    How would I go about changing that – thanks

    I w$catalog = array(
    ‘width’ => ‘258’,
    ‘height’ => ‘275’,
    ‘crop’ => 1
    );

    $single = array(
    ‘width’ => ‘450’,
    ‘height’ => ‘470’,
    ‘crop’ => 1
    );

    $thumbnail = array(
    ‘width’ => ‘100’,
    ‘height’ => ‘100’,
    ‘crop’ => 1
    );

    #978316
    Lely
    Moderator

    Hi There,

    Thanks for posting in.
    Please check this thread:https://community.theme.co/forums/topic/product-images-woocommerce/#post-224057

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-978184 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>