我正在使用JQuery插件Smooth Zoom Pan。
http://codecanyon.net/item/smooth-zoom-pan-jquery-image-viewer/511142
我使用initial_POSITION参数为图像提供初始缩放位置,但我总是在图像上方留出一个空白区域。
平滑缩放初始化如下:
$('#ImageID').smoothZoom({
width: '100%',
height: 600,
button_SIZE: 22,
button_ALIGN: "bottom center",
zoom_OUT_TO_FIT: false,
button_AUTO_HIDE: "YES",
button_AUTO_HIDE_DELAY: 1,
initial_ZOOM: '35',
initial_POSITION: '10 50'
});