views:

649

answers:

3

I visited few web sites in the past where they had a set of photo thumbnails and clicking on one of them created a cool effect of an expanding popup showing the full size image. Is there any available free javascript library that will do this?

I'm interested mostly in the popup effect and less in the rest of the album management.

+1  A: 

The thickbox plugin for jQuery will do what you want.

David Heggie
+1  A: 

Lightbox is another popular one: Lightbox Project Page

Nick Craver
A: 

check out jQuery http://jquery.com

and then the LightBox plugin for jQuery: http://leandrovieira.com/projects/jquery/lightbox/

aweber1