about summary refs log tree commit diff
path: root/src/view/com/composer/PhotoCarouselPicker.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/composer/PhotoCarouselPicker.tsx')
-rw-r--r--src/view/com/composer/PhotoCarouselPicker.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/composer/PhotoCarouselPicker.tsx b/src/view/com/composer/PhotoCarouselPicker.tsx
index 2afe2e5a5..7f2c4e52f 100644
--- a/src/view/com/composer/PhotoCarouselPicker.tsx
+++ b/src/view/com/composer/PhotoCarouselPicker.tsx
@@ -10,8 +10,8 @@ import {
 import {compressIfNeeded} from '../../../lib/images'
 
 const IMAGE_PARAMS = {
-  width: 500,
-  height: 500,
+  width: 1000,
+  height: 1000,
   freeStyleCropEnabled: true,
   forceJpg: true, // ios only
   compressImageQuality: 1.0,