lower thumbnail quality to 80

This commit is contained in:
Sean Yesmunt 2020-12-11 17:08:20 -05:00
parent f420785bfb
commit e648f15fdc

View file

@ -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,