Hi there,
I looked everywhere on the forum but didn't find it.
How can I change the size of the main product image on the single product template?
I would like to display a much bigger, let say 500 x 400
Thanks a lot for your help,
Rhai
Hi there,
I looked everywhere on the forum but didn't find it.
How can I change the size of the main product image on the single product template?
I would like to display a much bigger, let say 500 x 400
Thanks a lot for your help,
Rhai
Search for following line in abundance\woocommerce-config\config.php:
$avia_config['imgSize']['shop_single'] = array('width'=>350, 'height'=>350);
and change the dimensions. I'd only change the height though - otherwise you'll break the layout. Afterwards regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
You must log in to post.