Skip to content

Commit 283a6a8

Browse files
committed
feat: better quality
1 parent 8ecd19e commit 283a6a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/media/new.uploader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function MultipartFileUploaderAfter({
8686
convertTypes: ['image/jpeg'],
8787
maxWidth: 1000,
8888
maxHeight: 1000,
89+
quality: 1
8990
});
9091
// Set additional metadata when a file is added
9192
uppy2.on('file-added', (file) => {

0 commit comments

Comments
 (0)