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 8ecd19e commit 283a6a8Copy full SHA for 283a6a8
apps/frontend/src/components/media/new.uploader.tsx
@@ -86,6 +86,7 @@ export function MultipartFileUploaderAfter({
86
convertTypes: ['image/jpeg'],
87
maxWidth: 1000,
88
maxHeight: 1000,
89
+ quality: 1
90
});
91
// Set additional metadata when a file is added
92
uppy2.on('file-added', (file) => {
0 commit comments