increase file thumbnail size in cdn url

This commit is contained in:
Sean Yesmunt 2021-03-04 13:38:01 -05:00
parent e2bd128cc4
commit 6345549c88

View file

@ -1,9 +1,9 @@
// @flow // @flow
import { THUMBNAIL_CDN_URL } from 'config'; import { THUMBNAIL_CDN_URL } from 'config';
const THUMBNAIL_HEIGHT = 180; const THUMBNAIL_HEIGHT = 220;
const THUMBNAIL_WIDTH = 320; const THUMBNAIL_WIDTH = 390;
const THUMBNAIL_QUALITY = 80; const THUMBNAIL_QUALITY = 100;
type Props = { type Props = {
thumbnail: ?string, thumbnail: ?string,