Reputation: 24645
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
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