From ac4aa7d1caf0015e7d56d0f14e73c7d923941e9c Mon Sep 17 00:00:00 2001 From: abhijeetChawla Date: Fri, 3 Dec 2021 15:09:02 +0530 Subject: [PATCH] MangaCard imges don't stretch now (#110) --- src/components/MangaCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MangaCard.tsx b/src/components/MangaCard.tsx index aa3f8c03..62224ddd 100644 --- a/src/components/MangaCard.tsx +++ b/src/components/MangaCard.tsx @@ -121,6 +121,7 @@ const MangaCard = React.forwardRef((props: IProps, ref) imgStyle={{ height: '100%', width: '100%', + objectFit: 'cover', }} spinnerStyle={{ display: 'grid',