diff --git a/src/dropzone.coffee b/src/dropzone.coffee index 05ed87f83..07a26a708 100644 --- a/src/dropzone.coffee +++ b/src/dropzone.coffee @@ -69,7 +69,7 @@ class Dropzone extends Em maxFilesize: 256 # in MB paramName: "file" # The name of the file param that gets transferred. createImageThumbnails: true - maxThumbnailFilesize: 2 # in MB. When the filename exceeds this limit, the thumbnail will not be generated. + maxThumbnailFilesize: 10 # in MB. When the filename exceeds this limit, the thumbnail will not be generated. thumbnailWidth: 100 thumbnailHeight: 100