Add option to use img tag to fetch images
MangaUpdates covers could not be fetched via the fetch api because there were cors issues
This commit is contained in:
@@ -145,6 +145,7 @@ export const TrackerMangaCard = ({
|
||||
>
|
||||
<TrackerMangaCardLink url={manga.trackingUrl}>
|
||||
<SpinnerImage
|
||||
useFetchApi={false}
|
||||
alt={manga.title}
|
||||
src={manga.coverUrl}
|
||||
spinnerStyle={{ width: '100%', height: '100%' }}
|
||||
|
||||
Reference in New Issue
Block a user