chore: use native lazy loading and fixed img

This commit is contained in:
Frank Taillandier 2020-05-09 13:07:02 +02:00
parent 667df335da
commit d51cd070ed
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ redirect_from:
<a href="{{ s.url | relative_url }}" target="_blank"> <a href="{{ s.url | relative_url }}" target="_blank">
<figure> <figure>
<div class="imageWrapper"> <div class="imageWrapper">
<img class="b-lazy" src="{{ 'img/spacer.gif' | relative_url }}" alt="{{ s.name }}"> <img loading="lazy" class="b-lazy" src="{{ 'img/spacer.gif' | relative_url }}" alt="{{ s.name }}" width="404">
</div> </div>
<figcaption>{{ s.name }}</figcaption> <figcaption>{{ s.name }}</figcaption>
</figure> </figure>