Remove lazy loading attribute from cover image
Removed the 'loading="lazy"' attribute from the album art image to ensure immediate loading for better UX in server drawer.
This commit is contained in:
@@ -502,7 +502,6 @@ function handleSettingsClick() {
|
||||
:src="item.album_art_uri"
|
||||
:alt="item.title"
|
||||
class="cover-image"
|
||||
loading="lazy"
|
||||
@load="handleImageLoad(item.id)"
|
||||
@error="handleImageError(item.id)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user