Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs. The script has gained widespread popularity due to its simple yet elegant style and easy implementation. While it was initially developed from scratch, Lightbox has since been modified to use a number of JavaScript libraries (such as the Prototype Javascript Framework[1] and script.aculo.us[2] for its animations and positioning), in order to reduce the size of the code.[3] The release of Lightbox encouraged other developers to work on similar projects, resulting in products such as the later Thickbox.[3]
Lightbox | |
---|---|
File:Lightbox2.png A webpage showing a Lightbox 2 window. | |
Developer(s) | Lokesh Dhakar |
Stable release | 2.04
/ March 9, 2008 |
Repository | |
Operating system | Cross-platform |
Available in | English |
License | Creative Commons Attribution 2.5 License |
Website | http://www.lokeshdhakar.com/projects/lightbox2/ |
How it works
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.
Functionality
Lightbox permits users to view larger versions of images without having to leave the current page,[4] and is also able to display simple slideshows. The use of the dark background, which dims the page over which the image has been overlaid, also serves to highlight the image being viewed.
While Lightbox is dependent upon a browser's compatibility with Prototype to function,[2] Lightbox is triggered through a standard link tag. Thus browsers that do not support JavaScript simply load the image as a separate file, losing the Lightbox effect but still retaining the ability to display the full-sized image.[4] Even so, some compatibility problems have been identified with versions of Lightbox, in particular when displaying larger images on Firefox or Opera.[5]
Many users have also noted that there is a lack of compatibility across the Internet Explorer range of browsers. Even Internet Explorer 8 Beta has shown issues on some sites. However, many times the compatibility issues can be due to users not reading the documentation on how to make lightbox function correctly in these browsers .
References
- ^ Herrington, Jack D. "Ajax and XML: Ajax for lightboxes". IBM DeveloperWorks. Retrieved 2008-05-21.
- ^ a b Schmitt, Christopher (2006). CSS Cookbook. O'Reilly. pp. p. 204. ISBN 0596527411.
{{cite book}}
:|pages=
has extra text (help) Cite error: The named reference "Schmitt" was defined multiple times with different content (see the help page). - ^ a b Resig, John (2006). Pro JavaScript Techniques. Apress. ISBN 1590597273.
- ^ a b Zervaas, Quentin (2007). Practical Web 2.0 Applications with PHP. Springer. pp. p. 423. ISBN 1590599063.
{{cite book}}
:|pages=
has extra text (help) - ^ Campbell, Debbie (February 15, 2007). "Thickbox - For Image Display and Slideshows". WebProNews. Retrieved 2008-05-21.
{{cite web}}
: Check date values in:|date=
(help)
External links
- Official Lightbox website
- Sexy Lightbox 2 SexyLightBox is a clone of the classic Lightbox, but it is more lightweight and it looks sexier
- 27 of lightbox clone
- Which Lightbox is right for you?
- Shadowbox Media Viewer A “cross-browser, cross-platform, cleanly-coded and fully-documented media viewer application written entirely in JavaScript”. It can be used to extend the Prototype+ Scriptaculous, as well as YUI, Ext, jQuery and MooTools frameworks.
- Synapses Lightbox A PHP Based lightbox solution that uses one image, and one image directory for your lightbox gallery. As opposed to having a thumbnail image for previewing, Synapses Lightbox auto resizes proportionately on the fly with the use of the PHP GD technology.
- Lightbox++ further development of Lightbox to use Flash in the Lightbox
- picture viewer add on for Lightbox to use High Resolution Pictures on the Web (to 2880 pixels)
- Slimbox A lightweight alternative based on the MooTools framework.
- German translation of Lightbox clone Slimbox (deutsch)
- The Lightbox Clones Matrix A matrix comparison of 40+ lightbox alternatives, based on various Javascript frameworks (jQuery, MooTools, Prototype...)
- Ajax Lightbox version (spanish)
- German translation of Lightbox (deutsch)
- Explanation of implementing a lightbox effect with CSS and javascript