javascript 图片放大效果

演示示例
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”//指定放大图片路径
});

2zlogo-1

 

https://dyiyang.jb51.net/200911/yuanma/javascript_img_big.rar

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容