Hi,
I have tried lightbox2 and Jquery lightbox and have the same problem with both. Where the file is requested to be downloaded.
This is the line of code
<a href="getsnap.php?id={$user.id}&typ=full&picid={$pic.picno}" rel="lightbox" title="TITLE"><img src="getsnap.php?id={$user.id}&typ=tn&picid={$pic.picno}" width="45" height="45" alt="" /></a>
It displays the small image, but when you click on it, it request to be downloaded and not give the lightbox effect.
I did add the javascripts and css files for the lightbox.
Does anyone have any ideas for recommend another sort of lightbox to try?
Regards,
Garry