Reduced size for large image
This commit is contained in:
parent
2397868a5e
commit
c9652c1366
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue