TBee30 Posted May 27, 2003 Posted May 27, 2003 Help! I have tried to change the image pixels and my pictures still come out squashed on alot of them. Some do and some dont...do i have to save it a certain way?
alverman Posted May 28, 2003 Posted May 28, 2003 If you have images w/ different sizes, in products_info.php line 95 or near change: tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') to: tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], '', '', 'hspace="5" vspace="5"') the images will be displayed in their real size.
Guest Posted May 28, 2003 Posted May 28, 2003 or if you dont want to mess with the code, remove the image sizes in admin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.