vote up 5 vote down star
7

What is the best javascript lightbox script currently available?

I'm working on a project and am a bit baffled at the number of lightbox scripts out there. The one I need should:

  • not allow flash movies to show through the grayed out background
  • work in all browsers including IE6, Opera
  • should allow html content, flash files
  • easily skinnable/css configurable
  • should be well documented
  • can be a jquery plugin (can just be a standalone script), but not prototype
  • can display iframes
  • is well documented and tested

(Please: one suggestion per answer.)

flag

11 Answers

vote up 8 vote down check

http://planetozh.com/projects/lightbox-clones/

This compares them, but you have to make your own decision to which is best.

link|flag
Thanks! I'd seen this site a while ago but forgotten the location. Very useful – Sam Wessel Sep 15 '08 at 14:54
vote up 1 vote down

ColorBox is very nice and actively developed. It's using jQuery.

link|flag
vote up 1 vote down

Lytebox (http://www.dolem.com/lytebox/). Can use in an iFrame.

link|flag
vote up 0 vote down

If you're using MooTools, CNET has a Slimbox port that has the advantage of being documented...

http://clientside.cnet.com/wiki/cnet-libraries/11-3rdparty/05-lightbox

link|flag
vote up 1 vote down

Try this... http://www.huddletogether.com/projects/lightbox2/

link|flag
vote up 1 vote down

LightWindow. Having tried to implement about 5 of these lightbox clones for a recent app, this one is simply miles better than all the others. It supports every type of object you can think of to embed and is fully compatible across all browsers.

link|flag
vote up 0 vote down

I have used jquery Thickbox a few times and I can confirm that it satisfies all your requirements save for the first one.

link|flag
vote up 0 vote down

I'm quite happy with FancyBox. It's a jQuery plugin, it' works with IE6 if you use the jQuery.pngFix.js which I believe it includes. It will allow HTML/Embedded content, I can't be sure of the rest of your requirements.

link|flag
vote up 2 vote down

I think Shadowbox.js meets all of your requirements. It has a standalone option and adapters so that it can work as a plugin for JQuery and several other libraries.

link|flag
vote up 0 vote down

I like SlimBox for MooTools

link|flag
vote up 1 vote down

We've been using Lightbox 2 for a year or two on a variety of sites and like it a great deal.

It's lightweight and pretty customizable, so can be bent to your will pretty easily. It is, however, Prototype based, so probably doesn't met your needs precisely. :(

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.