Increase image resolutions
This commit is contained in:
parent
838fc601c1
commit
cc63660982
3 changed files with 14 additions and 14 deletions
|
@ -35,8 +35,8 @@ export function UserAvatar({
|
|||
openCamera({
|
||||
mediaType: 'photo',
|
||||
cropping: true,
|
||||
width: 400,
|
||||
height: 400,
|
||||
width: 1000,
|
||||
height: 1000,
|
||||
cropperCircleOverlay: true,
|
||||
forceJpg: true, // ios only
|
||||
compressImageQuality: 1,
|
||||
|
@ -52,8 +52,8 @@ export function UserAvatar({
|
|||
await openCropper({
|
||||
mediaType: 'photo',
|
||||
path: item.path,
|
||||
width: 400,
|
||||
height: 400,
|
||||
width: 1000,
|
||||
height: 1000,
|
||||
cropperCircleOverlay: true,
|
||||
forceJpg: true, // ios only
|
||||
compressImageQuality: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue