mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 01:40:29 +00:00
ThumbnailGenerator: default to 200 is ok, since Dashboard overrides that
This commit is contained in:
parent
f1d51299fb
commit
a56f66f740
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ module.exports = class ThumbnailGenerator extends Plugin {
|
|||
this.queueProcessing = false
|
||||
|
||||
const defaultOptions = {
|
||||
thumbnailWidth: 280
|
||||
thumbnailWidth: 200
|
||||
}
|
||||
|
||||
this.opts = Object.assign({}, defaultOptions, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue