jQuery: How can I show an image popup onclick of the thumbnail?
Posted
by dexter
on Stack Overflow
See other posts from Stack Overflow
or by dexter
Published on 2010-01-14T09:28:24Z
Indexed on
2010/04/25
0:43 UTC
Read the original article
Hit count: 522
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?
© Stack Overflow or respective owner