手机端h5页面 图片根据手势放大缩小

pinchzoom.js 这个插件可以简单的实现这一功能

html代码:

页面引入:

js 代码:

$(function(){
            $('div.pinch-zoom').each(function () {
                new RTP.PinchZoom($(this), {});
            });  
});

下载地址:
链接: https://pan.baidu.com/s/1mkj8ICS 密码: z5ym

亲测可用,有疑问留言!

你可能感兴趣的:(手机端h5页面 图片根据手势放大缩小)