rdub Posted August 30, 2011 Posted August 30, 2011 Can I control the size of the image on the left column under What's New independently from the main thumbnail size?
FIMBLE Posted September 1, 2011 Posted September 1, 2011 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
rdub Posted September 1, 2011 Author Posted September 1, 2011 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.