Lightbox (JavaScript): Difference between revisions

Content deleted Content added
Undid revision 278324228 by 122.161.54.95 (talk)
Line 17:
 
On a Lightbox-enabled page, a user can click an image to have it magnified in a Lightbox window, which resizes itself according to the size of the image using a gliding animation. Lightbox determines which images will be shown in the modal window through the XHTML "rel" attribute, which is used on an <a> element wrapped around the <img> element. Lightbox also provides a way to attach captions to images and to run a slide show, which can be navigated using the arrow keys.
 
Test
 
== Functionality ==