Admin - Configuration - Images - Config Calculate Image Size - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Images - Config Calculate Image Size - Catalog
/path/to/your/shop/includes/functions/html_output.php
| Line #127 : if ( (CONFIG_CALCULATE_IMAGE_SIZE == 'true') && (empty($width) || empty($height)) ) {
Line #192 : if ( ((CONFIG_CALCULATE_IMAGE_SIZE == 'true') && (empty($width) || empty($height))) ) { |