Clear Lens - JQuery Plugin
To implement the plugin you have to include the pixastic library. and call the plugin in
- include Pixastic Library
- include the plugin code
- Add attribute fitler="blur" for images that you want to apply
- on $(window).load Event call the following code
$('img').blurLens();
or
$('img').blurLens({ width: 200, height: 200, blur: 5 });
width - Width of lens
height - Height of lens
blur - Blur Amount