演示示例
1.图片和放大使用不同的图片(大小图片要比例相同)
也可以指定放大倍数(相对于小图片计算)
new imageZoom(“img1”,{
//mul:6,//指定放大的倍数
onShow:function() {
document.title=”show,you are moving on the image.”;
},
onHide:function() {
document.title=”you mouse move out the image”;
},
bigImg:”../images/tong.jpg”//指定放大图片路径
});
https://dyiyang.jb51.net/200911/yuanma/javascript_img_big.rar
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容