Uber Zoom

jQuery滚动鼠标图片平滑缩放插件.

Demo

More Demos

$("#demo-2").uberZoom({
	width : 470,
	height : 300
});
$("#demo-3").uberZoom({
	width : 470,
	height : 300
});

Navigator

$("#demo-4").uberZoom({
	width : 470,
	height : 300,
	navigator : true
});

Navigator with image

$("#demo-5").uberZoom({
	width : 470,
	height : 300,
	navigator : true,
	navigatorImagePreview : true
});

Fullscreen

$("#demo-6").uberZoom({
	width : 960,
	height : 400,
	fullscreen : true
});