Add loading=lazy to album thumbnail img.
This commit is contained in:
parent
ad84cb28f2
commit
e4b6e629c1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ draggable=true
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set thumbnail_src = "/static/basic_thumbnails/album.png" %}
|
{% set thumbnail_src = "/static/basic_thumbnails/album.png" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<img src="{{thumbnail_src}}" draggable="false"/>
|
<img src="{{thumbnail_src}}" loading="lazy" draggable="false"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="album_card_title">
|
<div class="album_card_title">
|
||||||
|
|
Loading…
Reference in a new issue