Lens Effect Image Zoom Plugin - ImageLens

File Size: 197 KB
Views Total: 9419
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Lens Effect Image Zoom Plugin - ImageLens

ImageLens is a jQuery plugin that adds lens style zooming effect to an image.

Basic Usage:

1. Include jQuery library and ImageLens.js

<script src="jquery.js" type="text/javascript"></script>
<script src="jquery.imageLens.js" type="text/javascript"></script>

2. Call the function

<script type="text/javascript" language="javascript">
$(function () {
$("#img_01").imageLens();
});
</script>

3. Add an image

<img id="img_01" src="sample01.jpg" width="384" height="240" />

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