We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb4e60 commit cb59f8cCopy full SHA for cb59f8c
vendor/assets/javascripts/jquery-fileupload/jquery.fileupload-ui.js
@@ -58,9 +58,9 @@
58
// The maximum file size of images that are to be displayed as preview:
59
previewSourceMaxFileSize: 5000000, // 5MB
60
// The maximum width of the preview images:
61
- previewMaxWidth: 80,
+ previewMaxWidth: 300,
62
// The maximum height of the preview images:
63
- previewMaxHeight: 80,
+ previewMaxHeight: 300,
64
// By default, preview images are displayed as canvas elements
65
// if supported by the browser. Set the following option to false
66
// to always display preview images as img elements:
0 commit comments