Remove image lazy loading as it seems to disable image caching
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
<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}
|
||||
/>
|
||||
@@ -272,7 +271,6 @@
|
||||
<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