What is it?
FancyBox is tool for displaying images, html content and multi-media in a Mac-style "lightbox" that floats overtop of web page.
It was built using the jQuery library.
Licensed under the MIT License
Features:
- Adds a nice drop shadow under the zoomed item
- Groups related items and adds navigation (preloades images)
- Can display images, inline, ajax and iframed content
- Customizable through settings and CSS
- Support fancy transitions by using easing plugin
Download
Grab latest at Google code. Package contains full source code and all required files.
Current Release: v.1.2.1
Successfully tested on latest versions of FireFox, Safari and Opera and also on IE6 & IE7
Changelog
2009/03/13 - v.1.2.1 Recommended!
- Changed grouping, from now groups will be created using "rel" tag (as in first version)
- Content now is also iframed when anchor has class "iframe"
- New callback "callbackOnShow" - fired after content is shown
- New option "padding" - sets nice padding around content
- Added fix as reported on this post
- Fixed bug - added missing unbind actions
- + Some minor CSS and code changes
2009/02/27 - v.1.2.0
Completely rewritten
2008/04/25 - v.1.0.0
First attempt