Remove image lazy loading as it seems to disable image caching

This commit is contained in:
Claudio Ortolina
2025-09-01 17:11:12 +03:00
parent 0564ec95b1
commit 8f9331422a
5 changed files with 0 additions and 6 deletions
@@ -13,7 +13,6 @@ defmodule MusicLibraryWeb.RecordComponents do
<img
class={@class}
alt={@record.title}
loading="lazy"
src={~p"/covers/#{@record.cover_hash}"}
/>
"""