We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e814a3 commit ad0261bCopy full SHA for ad0261b
lib/uploadhandler.js
@@ -108,7 +108,8 @@ module.exports = function (options) {
108
width: opts.width,
109
height: opts.height,
110
srcPath: options.uploadDir() + '/' + fileInfo.name,
111
- dstPath: options.uploadDir() + '/' + version + '/' + fileInfo.name
+ dstPath: options.uploadDir() + '/' + version + '/' + fileInfo.name,
112
+ customArgs: ['-auto-orient']
113
}, finish);
114
});
115
}
0 commit comments