image loading

This commit is contained in:
Cory Dransfeldt 2023-03-13 12:04:22 -07:00
parent 67553b2cdc
commit 1b67ee6f95
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View file

@ -53,6 +53,7 @@ layout: main
width="350"
height="350"
class="rounded-lg" alt={{artist.name}}
loading="lazy"
/>
</div>
</a>
@ -85,6 +86,7 @@ layout: main
height="350"
class="rounded-lg"
alt={{album.name}}
loading="lazy"
/>
</div>
</a>