views:

112

answers:

3

I need good and small plugin to show bigger image. One requirement is that images are different images, because images might be large, so if user dosen't click on image, then user doesn't have to download big image, but just smaller image.

+3  A: 

I think you are looking for a lightbox plugin

Hope this helps

jQuery lightbox plugin

rahul
this does not meet the "thumbnail" requirement.
Bdiem
+1  A: 

If ure using PHP this might be the plugin jQuery easyThumb

Edit: As Eric noticed easyThumb is no longer available.

If its ASP.Net this Example might be helpful to generate the thumbnails. Displaying them could be achieved via the jQuery lightbox plugin which phoenix mentioned in his answer.

Bdiem
I can't find any documentation on jQuery easyThumb. The webpages on the jquery site redirect to a different page (presumably showing the domain no longer exists).
Eric
+1  A: 

I'm very like jquery plugin: http://www.addfullsize.com/

Dawid DeyV Polak
I used this, because it was easy to install. Thanx for help all people answering!
newbie