1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed flow cover size

This commit is contained in:
Fedor Katurov 2020-04-02 14:20:09 +07:00
parent 5340f04a93
commit 569d2ca11e

View file

@ -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>
)}
</>