Lazy load all album/artist images
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
<div class="flex min-w-0 justify-between space-x-4 items-center">
|
||||
<img
|
||||
class="h-12 w-12 rounded-md shadow-sm"
|
||||
loading="lazy"
|
||||
src={album.cover_url}
|
||||
alt={album.metadata.title}
|
||||
/>
|
||||
@@ -271,6 +272,7 @@
|
||||
<div class="flex min-w-0 justify-between space-x-4 items-center">
|
||||
<img
|
||||
class="h-12 w-12 rounded-md shadow-sm"
|
||||
loading="lazy"
|
||||
src={track.cover_url}
|
||||
alt={track.title}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user