JCG-jquery-fileupload 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@
|
|
56
56
|
// image is shown, matched against the file type:
|
57
57
|
previewSourceFileTypes: /^image\/(gif|jpeg|png)$/,
|
58
58
|
// The maximum file size of images that are to be displayed as preview:
|
59
|
-
previewSourceMaxFileSize:
|
59
|
+
previewSourceMaxFileSize: 100000, // 10kB
|
60
60
|
// The maximum width of the preview images:
|
61
61
|
previewMaxWidth: 80,
|
62
62
|
// The maximum height of the preview images:
|