Remove image lazy loading as it seems to disable image caching
This commit is contained in:
@@ -13,7 +13,6 @@ defmodule MusicLibraryWeb.RecordComponents do
|
||||
<img
|
||||
class={@class}
|
||||
alt={@record.title}
|
||||
loading="lazy"
|
||||
src={~p"/covers/#{@record.cover_hash}"}
|
||||
/>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user