From b31914b3b8c46a243fec5fd9d503b43e56600c1f Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Sat, 13 May 2017 19:30:03 +0200 Subject: [PATCH] Change photo quality to 0.7 instead of 0.5 (#537) --- app/components/post_textbox/post_textbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/post_textbox/post_textbox.js b/app/components/post_textbox/post_textbox.js index ceb638ffb..ca05ce66f 100644 --- a/app/components/post_textbox/post_textbox.js +++ b/app/components/post_textbox/post_textbox.js @@ -210,7 +210,7 @@ class PostTextbox extends PureComponent { this.props.actions.closeModal(); const options = { - quality: 0.5, + quality: 0.7, noData: true, storageOptions: { cameraRoll: true, @@ -231,7 +231,7 @@ class PostTextbox extends PureComponent { this.props.actions.closeModal(); const options = { - quality: 0.5, + quality: 0.7, noData: true };