Skip to content

Commit

Permalink
feat: better quality
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Dec 26, 2024
1 parent 8ecd19e commit 283a6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/components/media/new.uploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function MultipartFileUploaderAfter({
convertTypes: ['image/jpeg'],
maxWidth: 1000,
maxHeight: 1000,
quality: 1
});
// Set additional metadata when a file is added
uppy2.on('file-added', (file) => {
Expand Down

0 comments on commit 283a6a8

Please sign in to comment.