Lazy load all album/artist images

This commit is contained in:
Claudio Ortolina
2025-09-01 08:57:02 +03:00
parent 73ee3bc438
commit bbdf91e73a
4 changed files with 5 additions and 0 deletions
@@ -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}
/>