Skip to content

Commit

Permalink
Merge pull request #2938 from metabrainz/lazy-load-cover-art
Browse files Browse the repository at this point in the history
Lazy load cover art
  • Loading branch information
MonkeyDo committed Jul 16, 2024
2 parents 83c183f + 4472de4 commit d624827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/js/src/common/listens/CoverArtWithFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function CoverArtWithFallback({
onError={(err) => {
setError(true);
}}
loading="lazy"
/>
);
}

0 comments on commit d624827

Please sign in to comment.