chore: don't lazy load artist images above the fold
This commit is contained in:
parent
6f68d5a989
commit
b59886a56e
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ layout: main
|
|||
width="350"
|
||||
height="350"
|
||||
class="rounded-lg"
|
||||
alt="{{artist.name | escape}}"
|
||||
loading="lazy" />
|
||||
alt="{{artist.name | escape}}" />
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue