diff --git a/src/status_im/profile/photo_capture/screen.cljs b/src/status_im/profile/photo_capture/screen.cljs index 0c74dc8592..14ef9207f6 100644 --- a/src/status_im/profile/photo_capture/screen.cljs +++ b/src/status_im/profile/photo_capture/screen.cljs @@ -40,6 +40,7 @@ :background-color toolbar-background1}] [camera {:style {:flex 1} :aspect (:fill aspects) + :captureQuality "480p" :captureTarget (:disk capture-targets) :type "front" :ref #(reset! camera-ref %)}]