Image Inner Zoom & Magnifier Plugin - JQZoom

File Size: 613 KB
Views Total: 31544
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Image Inner Zoom & Magnifier Plugin - JQZoom

JQZoom is a powerful jQuery Zoom Plugin to create Image Inner Zoom & Magnifier effect for your images. It supports Standard zoom with thumbnails, Reverse zoom, Drag zoom, Resize,zoom popup custom position, fadein, fadeout effects.

How to use it:

1. Include jQuery Library and JQZoom.js in your head section

<script type='text/javascript' src='js/jquery-1.x.xx.js'></script>  
<script type='text/javascript' src='js/jquery.jqzoom-core.js'></script>  

2. Include JQZoom CSS

<link rel="stylesheet" type="text/css" href="css/jquery.jqzoom.css">  

3. Call the function after jQuery Library

<script type="text/javascript">
$(document).ready(function() {
	$('.jqzoom').jqzoom({
            zoomType: 'standard', // zoom type
            lens:true,
            preloadImages: false,
            alwaysOn:false
        });
	
});
</script>

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