diff options
Diffstat (limited to 'src/view/com/util/UserBanner.tsx')
-rw-r--r-- | src/view/com/util/UserBanner.tsx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/view/com/util/UserBanner.tsx b/src/view/com/util/UserBanner.tsx index 5137e19ca..982e053c3 100644 --- a/src/view/com/util/UserBanner.tsx +++ b/src/view/com/util/UserBanner.tsx @@ -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, |