Home  >  Article  >  php教程  >  适用于触摸屏的图片放大插件:enlarge.touch.js

适用于触摸屏的图片放大插件:enlarge.touch.js

WBOY
WBOYOriginal
2016-06-07 11:43:373539browse

Enlager touch 是 Enlarge 插件面向触摸屏使用的版本,它原生基于 JavaScript 实现,无需依赖第三方类库,可方便部署于移动版的网站或客户端,节省流量,同时为网站提升用户体验。
官网下载、演示:http://www.abelcode.com/enlarge-touch/

演示:
适用于触摸屏的图片放大插件:enlarge.touch.js
注意:请确保手机浏览器开启了 JavaScript 支持,如使用 UC 浏览器,请关闭“快速浏览”模式。

使用方法:window.onload = function()<br> {<br>     // 参数:元素ID,大图宽度,大图高度<br>     enlarge("demo", 1000, 1180);<br> }兼容性:
已测试 iPhone 的 Safari,Android 的自带浏览器,以及UC浏览器等,并测试过少量 Android 平板及 iPad。
因设备有限,没办法做比较完善的测试,请谅解。

GitHub:
https://github.com/abelcode/enlarge.touch.js

为保持与官网更新同步,请大家移步到官网下载:http://www.abelcode.com/enlarge-touch/

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn