This commit is contained in:
Barış Soner Uşaklı
2018-03-19 16:24:15 -04:00
parent 6f044ce8d3
commit dcb6af5768
4 changed files with 18 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ function resizeImage(fileObj, callback) {
target: path.join(dirname, basename + '-resized' + extname),
extension: extname,
width: parseInt(meta.config.maximumImageWidth, 10) || 760,
quality: parseInt(meta.config.resizeImageQuality, 10) || 60,
}, next);
},
function (next) {