Uber Zoom uses many features that you would normally find in a native iOS or Android app to improve the user experience, like rubberbanding and intertia.
You can enable fullscreen support to give your users a truly immersive experience when viewing your high resolution photos and images. Works on desktop and mobile!
Uber Zoom fully supports mobile devices. With features like double-tap to zoom, rubberbanding and inertia, it feels almost like a native app! Uber Zoom is also responsive!
$("#demo-2").uberZoom({
width : 470,
height : 300
});
$("#demo-3").uberZoom({
width : 470,
height : 300
});
$("#demo-4").uberZoom({
width : 470,
height : 300,
navigator : true
});
$("#demo-5").uberZoom({
width : 470,
height : 300,
navigator : true,
navigatorImagePreview : true
});
$("#demo-6").uberZoom({
width : 960,
height : 400,
fullscreen : true
});