Monday, November 17th, 2008
Another Lightbox Clone using jQuery
<p>Stephane Caron wrote it with quite a nice little lightbox knock-off based on jQuery.
prettyPhoto, as its called, as a few different options and an easy syntax:
Add rel="prettyPhoto" to any picture you want to activate the prettyPhoto feature:
-
<a href="images/fullscreen/1.jpg" rel="prettyPhoto" title="Description">
-
<img src="/images1.jpg" alt="Picture 1 title" />
-
</a>
Related Content:











Not bad, now it needs to have fixed positioning or hide the scroll bar. (hiding the scroll bar will jack up any flash in the page though)