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',