Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Left column image size


rdub

Recommended Posts

Posted

Can I control the size of the image on the left column under What's New independently from the main thumbnail size?

Posted

Sure open the file whats_new.php its location is dependant on the version of osC you use. open that file and find

SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)

if you want it larger add it like this

SMALL_IMAGE_WIDTH+30, SMALL_IMAGE_HEIGHT+30)

or smaller, like this

SMALL_IMAGE_WIDTH-30, SMALL_IMAGE_HEIGHT-30)

 

Change the "30" to a size you want.

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Thanks, that's great. Now that that is done I have to figure out how I can have large thumbnails and have only 2 images per row, not 3.

Archived

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

×
×
  • Create New...