You can show image in scope. Image can scroll by drag and zoom.
It support touch device.

demo

synopsis

html


<div id="demo1" style="width: 240px; height: 240px"></div>
<button id="demo1_up" style="width: 48px; height: 48px">+</button>
<button id="demo1_down" style="width: 48px; height: 48px">-</button>


javascript


$("#demo1").imagescroll({'image_src': 'fish.png',
                         'zoom_in': 'demo1_up',
                         'zoom_out': 'demo1_down'
                        });

options

image_srcload image path
resizecallback function for resize
auto_resizetrue/false
loadcallback function of image loaded
zoom_resaetid for zoom reset button
zoom_inid for zoom in button
zoom_outid for zoom out button

version 0.4 (2013/05/28)