image gesture zoom触摸手势缩放图像
图片触屏双指缩放该组件可以弹出层模拟原生图片的全屏双指缩放功能。
版本:1.0
教程:
demo:
api method showImage (config)
param {Object} config: 缩放图片配置
param {String} config.src: 大图地址
param {Number} config.width: 大图的最大放大宽度
param {Number} config.height: 大图的最大放大高度
example
tKISSY.use('gallery/image-gesture-zoom/1.0/', function(S, imageZoomer) {
imageZoomer.showImage({
src: 'http://xx.com/big.jpg',
width: 1200,
height: 1200
});
});
下载地址
用户评论