100% compression doesn't work with current CDN url
...sometimes produces larger-than-original file sizes too.
This commit is contained in:
parent
be9640972e
commit
424ba85507
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { THUMBNAIL_CDN_URL } from 'config';
|
||||||
|
|
||||||
const THUMBNAIL_HEIGHT = 220;
|
const THUMBNAIL_HEIGHT = 220;
|
||||||
const THUMBNAIL_WIDTH = 390;
|
const THUMBNAIL_WIDTH = 390;
|
||||||
const THUMBNAIL_QUALITY = 100;
|
const THUMBNAIL_QUALITY = 85;
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
thumbnail: ?string,
|
thumbnail: ?string,
|
||||||
|
|
Loading…
Reference in a new issue