Demo | Image Zoomer - Use Mouse Wheel To Zoom In and Out

by: Sunny

$('#ex1').imageZoom(
{
	minWidth:'100',
	maxWidth:'200',
});

			
Image Zoom
$('#ex2').imageZoom(
{
	minWidth:'100',
	maxWidth:'400',
	increaseBy:'100',
	duration:'slow'
});
			
Image Zoom
$('#ex3').imageZoom(
{
	minWidth:'100',
	maxWidth:'300',
	increaseBy:'120',
	duration:2000,
	cursor:'pointer',
	easing:'easeOutBack'
});
			
Image Zoom