Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IMAGES


TBee30

Recommended Posts

Posted

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?

Posted

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.

Posted

or if you dont want to mess with the code, remove the image sizes in admin.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...