|
Author
|
Topic: Setting image size om thumbnail islands
|
Lars Junior Member Posts: 11 From: Registered: May 2001 Latest upload:
|
posted 02-22-2004 05:34 AM
HiHow du I set a image size for thumbnail islands, different from the thumbnail image size. www.inventdk.dk Regards Lars IP: Logged |
robbartee Junior Member Posts: 13 From:Lakewood Registered: Jan 2004 Latest upload:
|
posted 02-25-2004 11:58 AM
Lars,I wanted to do the same thing and ended up creating a seperate folder with sized images and added the tn_ prefix to the files. These thumbs don't relate to any larger image and so there is no link attached to them but the size issue worked great. I chose the images in the thumbnail island area.... rob IP: Logged |
dkoppers Administrator Posts: 4407 From:Vermont, USA Registered: Aug 2000 Latest upload:
|
posted 03-01-2004 10:56 AM
Would just a HTML image width tag be enough for you? In that case you can do the following:Open thumbnails.pl and find this: $fade_out = (); Add this just below that: $fade_out = qq| width="50"| if $imageThumb_cgi; Dirk
IP: Logged |
Lars Junior Member Posts: 11 From: Registered: May 2001 Latest upload:
|
posted 03-01-2004 11:07 AM
Thankyou DirkThat was just what i needed ) Regards Lars IP: Logged |