lower thumbnail quality to 80
This commit is contained in:
parent
f420785bfb
commit
e648f15fdc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import classnames from 'classnames';
|
|||
|
||||
const THUMBNAIL_HEIGHT = 180;
|
||||
const THUMBNAIL_WIDTH = 320;
|
||||
const THUMBNAIL_QUALITY = 100;
|
||||
const THUMBNAIL_QUALITY = 80;
|
||||
|
||||
type Props = {
|
||||
uri: string,
|
||||
|
|
Loading…
Reference in a new issue