Simplest jQuery Product Image Zoom Plugin Zoomper - Download Simplest jQuery Product Image Zoom Plugin - Zoomper

Download Simplest jQuery Product Image Zoom Plugin – Zoomper

Posted on

This time I will share jQuery Plugin and tutorial about Simplest jQuery Product Image Zoom Plugin – Zoomper, hope it will help you in programming stack.

Simplest jQuery Product Image Zoom Plugin Zoomper - Download Simplest jQuery Product Image Zoom Plugin - Zoomper
File Size: 12.6 KB
Views Total: 4768
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   



Zoomper is an extremely lightweight jQuery image zoom plugin used to enable pan and zoom capabilities on any image.

How to use it:

1. Add jQuery JavaScript library and the jQuery Zoomper plugin to your webpages.

1 <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
2 <script src="zoomper.jquery.js"></script>

2. Add the small and large images into a DIV container.

1 <div class="zoom"
2      data-small="small.jpg"
3      data-large="large.jpg"
4      >
5 </div>

3. Call the function on document ready. That’s it.

1 $('.zoom').zoomper();

This awesome jQuery plugin is developed by cpreid. For more Advanced Usages, please check the demo page or visit the official website.




source : jqueryscript.net