We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d72a07 + 66bc162 commit 1fcc98dCopy full SHA for 1fcc98d
README.md
@@ -3,7 +3,6 @@ LocalResizeIMG
3
4
# 前端HTML5本地压缩图片,兼容移动设备IOS,android。
5
6
-
7
## 概述
8
* 通常压缩图片需要上传到后端,由后端处理。
9
* 但是如果要上传的图片很大,特别是手机当场拍摄下来的照片(约2M+),那样效率会很低,用户也不会愿意等待。
@@ -16,7 +15,7 @@ LocalResizeIMG
16
15
17
## 使用方法
18
具体详情请查看 源代码,或者 demo。
19
-```
+```javascript
20
$('input:file').localResizeIMG({
21
width: 100,
22
quality: 0.1,
@@ -38,3 +37,4 @@ LocalResizeIMG
38
37
> ##### 技术: jquery
39
> ##### 时间: 2014年5月
40
> ##### 源码: [Guthub](https://github.com/think2011/LocalResizeIMG)
+> ##### 博客: [think2011](http://think2011.github.io)
0 commit comments