From 569d2ca11e1130def59d7c6435a10be532c01f94 Mon Sep 17 00:00:00 2001 From: Fedor Katurov <gotham48@gmail.com> Date: Thu, 2 Apr 2020 14:20:09 +0700 Subject: [PATCH] fixed flow cover size --- src/components/flow/Cell/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/flow/Cell/index.tsx b/src/components/flow/Cell/index.tsx index f07c9cef..edff482d 100644 --- a/src/components/flow/Cell/index.tsx +++ b/src/components/flow/Cell/index.tsx @@ -150,7 +150,7 @@ const Cell: FC<IProps> = ({ opacity: is_loaded ? 1 : 0, }} > - <img src={getURL({ url: thumbnail })} onLoad={onImageLoad} alt="" /> + <img src={getURL({ url: thumbnail }, PRESETS.cover)} onLoad={onImageLoad} alt="" /> </div> )} </>