🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

PopUp Image is a super lightweight jQuery plugin used to display images in a modal-style popup window with basic show/hide animations.

image-lightbox

Documentation

PopUp Image

JQuery plugin for display images in full size

Need JQuery http://jquery.com/download/

1. First need connect jquery.popupimg plugin

<script src=”jquery.popupimg.js”></script>

2. Initialization function for the desired element

$(function() {     $('img.popupimg').popupimg({       'show': 600, // speed show animation       'hide': 600 // speed hide animation     }); });

You May Also Like