Is there a simple way to control the 3 images sizes I have read a lot but two answers seem the same I what larger all around In have regenerated and tried lots of things Great theme and I am happy I bot it and you guys are smart so why is this so difficult
http://coffee-shop.islandjoescoffee.com/shop/test/
Hi islandjoe1!
Thank you for using the theme.
The thumbnail size of the single product page featured image is controlled on config-woocommerce > config.php. Find this code on line 16:
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
Change the width and height attribute then regenerate the thumbnails or upload it again. Note that it is inside the four units container. The featured image will inherit the size of the container.
Cheers!
Ismael