newbie
newbie

Reputation: 24645

I need to show bigger image when image is clicked, is there any good jQuery plugins for this?

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.

Upvotes: 1

Views: 1226

Answers (3)

Bdiem
Bdiem

Reputation: 566

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.

Upvotes: 1

user165880
user165880

Reputation:

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

Upvotes: 2

rahul
rahul

Reputation: 187110

I think you are looking for a lightbox plugin

Hope this helps

jQuery lightbox plugin

Upvotes: 4

Related Questions