Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image sizes, please help me out, my products look bad


Cheeky Chino

Recommended Posts

Posted

Was wondering how people make there thumbnail size images on there "Whats New" page, or the default page. The thmbnail size of image to go with the size that that picture is, like all mine now are at 120p x 120p. ive seen people have all sorts of sizes on the one page.

 

Is this maybe that they have used 10% or something to size there images?

 

If you would like to c whar i mean, www.ozcasemodz.com/shop/catalog and see how the images are all squished up. www.ozcasemodz.com for the main site.

 

If anyone could help me out ASAP with this would be gratefull. Thankyou

Posted

Hello Fellow Computer Modder,

 

Just edit the files like default.php look down until you see something that has to do with Categories or Products and look for this phrase

 

'tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], '100', '100')'

 

and change it to

 

'tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], '', '')'

Posted

You can set the image sizes in admin under, I think, configure> images. Setting just one of Height OR Width will let your images stay in proportion.

 

hth

Posted

If you leave both height and width blank it will show the images at their actual size, without any need to edit the code.

 

You might also want to look at one of the multi pics contributions. :wink:

Posted
Ummmm well what i did (fluke)

 

I went to the Admin > Configuration > Images

I set NO width but i set the hight as 120.

Now it looks 100% better.

 

http://www.ozcasemodz.com/shop/catalog - check for yourself

 

is that not what i said?

 

You can set the image sizes in admin under, I think, configure> images. Setting just one of Height OR Width will let your images stay in proportion.

 

hth

apologies if I didn't explain clearly enough!

Archived

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

×
×
  • Create New...