Magento – What Prototype-only lightboxes are available

imageprototype-js

I'm looking for a good lightbox to show images. It would be nice if the lightbox would also be able to show Youtube videos, but this is not necessary.

Unfortunately most good lightboxes and Magento lightbox extensions rely on jQuery. I don't want to add the jQuery library to the template, because this increases the page data size. So I'm looking for Prototype lightboxes only.

Best Answer

Try http://www.nickstakenburg.com/projects/lightview/. It uses scriptaculous and prototype. So there is a bit of an overhead. However, I would highly recommend using jquery with Magento and use the google cache for including it in your installation. This way it will not massively increase your page load times.

PS: Another one is http://home.comcast.net/~ahavriluk/lightboxEx/doc/.

Related Topic