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
);