Hi,
I am having difficulty understanding how product image sizes are being determined by Propulsion/WP on the single product page.
My goal is to upload full-size product images with the dimensions 930px by 1416px. I want these images scaled down proportionally by Propulsion/WP to 450px by 685px when displaying them on the single product page.
If I size my images to 930px by 1416px and upload them as featured images (full size), the images are displayed in the single product page incorrectly cropped to 450px by 450px.
However, if I size my images to 450px by 685px before uploading (again, featured image, full size), the images are correctly displayed in the single product page as 450px by 685px.
Config.php is set as follows:
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>80, 'height'=>80);
$avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>200);
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>685);
Please advise on what is happening here and how I can correct this. Thanks.
Best,
Michael














