Awesome jQuery Magnifier Plugin – ZOOMY
Hey guys, i stumbled upon this awesome image magnifying zoom plugin which lets you zoom images on a webpage using your mouse like a magnifying glass. You simply click on the image to activate the zoom and then just hover your mouse over the image. I am particularly impressed with how smooth the animation is compared to similar jQuery magnifier plugins that are out there.
See Live Demo
jQuery Code
$(function(){
$('.zoom').zoomy();
})(jQuery)
Options
$('.zoom').zoomy({
zoomSize: 110,
round: true,
glare: true,
zoomText: click to Zoom
});
HTML Code

Includes
Sponsors