
A Jquery Image Zoom Plugin
- Fully Customisable
- Coloured Tints
- Fancybox Gallery Support
- Variable zoom on mouse scroll
- External Controls
- Window Zoom, Lens Zoom and Inner Zoom
- Free to use under MIT and GPL Licenses
HTML
<img id="zoom_04" src="small/image1.png" data-zoom-image="large/image1.jpg"/>
JAVASCRIPT
$("#zoom_04").elevateZoom();
Installation and usage
Download the source files (available here) and include the jquery and elevatezoom plugin files into your project
<script type="text/javascript" src="jquery.js"></script>
<script src="jquery.elevatezoom.js" type="text/javascript"></script>
Include your Image
Elevate Zoom works best using two images, one low resolution for the visible image, and one high resolution for the zoomed image. If you only have one image available, Elevate Zoom will still work if you scale down the image, although this is not recommended as your page load time will increase if you are loading larger images
Please ensure your small image is proportionally scaled down from the large image.
<img id="zoom_01" src="small/image1.png" data-zoom-image="large/image1.jpg"/>
Activate the zoom - Basic Example$("#img_01").elevateZoom();
More Examples See More examples of the image zoom hereHelp & Support Please post forum if you need any help (click here)
$("#img_01").elevateZoom();