Hi,
I've written an application in Perl, for a "gallery" project ... This basically lets people upload their images, and they are saved locally - shrunk down (with Image::Magick), and then get shown in a 3 column table.
I'm now trying to come up with something like this:
The problem I'm having, is:
1) It needs to be allow me to specify 2 images:
+ The thumbnail (100x100 pixels)
+ When clicked on, the full image
However, I'm using "lightbox" (not sure how many people are aware of it) .
This requires "links" to the full image, to be formatted like so:
<a rel="lightbox[roadtrip]" target=screen1 href="/path/to/the/full_image.gif"><img src="/path/to/small/image.gif" border="0"></a>
Does anyone know of an existing script that would do this? Don't really wanna have to start from scratch with it, as my JS codes are a little rusty =)
TIA
Andy
I've written an application in Perl, for a "gallery" project ... This basically lets people upload their images, and they are saved locally - shrunk down (with Image::Magick), and then get shown in a 3 column table.
I'm now trying to come up with something like this:
http://www.dicereviews.com/Detailed/Games/Video_Games/X-box_360/Action/Transformers_The_Game_517.php
The problem I'm having, is:
1) It needs to be allow me to specify 2 images:
+ The thumbnail (100x100 pixels)
+ When clicked on, the full image
However, I'm using "lightbox" (not sure how many people are aware of it) .
This requires "links" to the full image, to be formatted like so:
<a rel="lightbox[roadtrip]" target=screen1 href="/path/to/the/full_image.gif"><img src="/path/to/small/image.gif" border="0"></a>
Does anyone know of an existing script that would do this? Don't really wanna have to start from scratch with it, as my JS codes are a little rusty =)
TIA
Andy