Increase image resolutions

This commit is contained in:
Paul Frazee
2022-12-26 17:41:12 -06:00
parent de65d9198a
commit 12d8e06a1e
3 changed files with 14 additions and 14 deletions
+8 -8
View File
@@ -30,10 +30,10 @@ export function UserBanner({
openCamera({
mediaType: 'photo',
cropping: true,
compressImageMaxWidth: 1500,
width: 1500,
compressImageMaxHeight: 500,
height: 500,
compressImageMaxWidth: 3000,
width: 3000,
compressImageMaxHeight: 1000,
height: 1000,
forceJpg: true, // ios only
compressImageQuality: 1,
includeExif: true,
@@ -49,10 +49,10 @@ export function UserBanner({
await openCropper({
mediaType: 'photo',
path: item.path,
compressImageMaxWidth: 1500,
width: 1500,
compressImageMaxHeight: 500,
height: 500,
compressImageMaxWidth: 3000,
width: 3000,
compressImageMaxHeight: 1000,
height: 1000,
forceJpg: true, // ios only
compressImageQuality: 1,
includeExif: true,