jQuery: How can I show an image popup onclick of the thumbnail?

JqueryJquery PluginsPopup

Jquery Problem Overview


In my aspx page I have a thumbnail image <img>. When the user clicks on that image I would like a popup to show that blocks out the rest of the UI with the larger (full) version of the image.

Are there any plugins that can do this?

Jquery Solutions


Solution 1 - Jquery

Solution 2 - Jquery

I like prettyPhoto

> prettyPhoto is a jQuery lightbox clone. Not only does it support images, it also support for videos, flash, YouTube, iframes and ajax. It’s a full blown media lightbox

Solution 3 - Jquery

This is the most popular (9500 stars) and light weight (20KB minify, 7.5KB minify+gzip) popup gallery I think: Magnific-Popup

Solution 4 - Jquery

I was in the same situation and found this one,

WOWslider

Solution 5 - Jquery

prettyPhoto is a jQuery lightbox clone. Not only does it support images, it also support for videos, flash, YouTube, iframes and ajax. It’s a full blown media lightbox

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestiondexterView Question on Stackoverflow
Solution 1 - JqueryrahulView Answer on Stackoverflow
Solution 2 - JqueryfastsoftView Answer on Stackoverflow
Solution 3 - JqueryMortezaView Answer on Stackoverflow
Solution 4 - Jqueryuser9869932View Answer on Stackoverflow
Solution 5 - JqueryTran Tuan AnhView Answer on Stackoverflow