Tiny jQuery Plugin For Image Popup Zoom - Pop Img
| File Size: | 2.76 KB |
|---|---|
| Views Total: | 10712 |
| Last Update: | |
| Publish Date: | |
| Official Website: | Go to website |
| License: | MIT |
Pop Img is a super tiny jQuery plugin which enables you to enlarge the image in a modal-like responsive popup window on click.
How to use it:
1. Include jQuery JavaScript library and the jQuery Pop Img plugin at the bottom of the html page.
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script src="popImg.js"></script>
2. Just call the function popImg() on the img tag and we're ready to go.
$(function(){
$("img").popImg();
})
This awesome jQuery plugin is developed by demo-platform. For more Advanced Usages, please check the demo page or visit the official website.










