Skip to content

Commit cb59f8c

Browse files
committed
Up the preview size
1 parent 9eb4e60 commit cb59f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/javascripts/jquery-fileupload/jquery.fileupload-ui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
// The maximum file size of images that are to be displayed as preview:
5959
previewSourceMaxFileSize: 5000000, // 5MB
6060
// The maximum width of the preview images:
61-
previewMaxWidth: 80,
61+
previewMaxWidth: 300,
6262
// The maximum height of the preview images:
63-
previewMaxHeight: 80,
63+
previewMaxHeight: 300,
6464
// By default, preview images are displayed as canvas elements
6565
// if supported by the browser. Set the following option to false
6666
// to always display preview images as img elements:

0 commit comments

Comments
 (0)