uploads: show thumbnails in dropzone widget.
This commit is contained in:
@@ -150,10 +150,13 @@ Upload.initialize_dropzone = function() {
|
||||
let dropzone = new Dropzone("#filedropzone", {
|
||||
paramName: "upload[file]",
|
||||
url: "/uploads/preprocess",
|
||||
createImageThumbnails: false,
|
||||
thumbnailHeight: 150,
|
||||
thumbnailWidth: 150,
|
||||
thumbnailMethod: "contain",
|
||||
addRemoveLinks: false,
|
||||
maxFiles: 1,
|
||||
maxFilesize: Upload.MAX_FILE_SIZE,
|
||||
maxThumbnailFilesize: Upload.MAX_FILE_SIZE,
|
||||
timeout: 0,
|
||||
acceptedFiles: "image/jpeg,image/png,image/gif,video/mp4,video/webm,.swf",
|
||||
previewTemplate: $("#dropzone-preview-template").html(),
|
||||
|
||||
Reference in New Issue
Block a user