Reduced size for large image

This commit is contained in:
dbroqua 2018-10-02 07:58:26 +02:00
parent 2397868a5e
commit c9652c1366

View File

@ -49,7 +49,7 @@ class Resize {
} }
createLargeImage (file, callback) { createLargeImage (file, callback) {
this.setSize(1600, 1200) this.setSize(1200, 900)
this._resize(file, this._createOutputFilename(file), callback) this._resize(file, this._createOutputFilename(file), callback)
} }