Skip to content

Commit

Permalink
chore: use native lazy loading and fixed img
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed May 9, 2020
1 parent 667df33 commit d51cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="{{ s.url | relative_url }}" target="_blank">
<figure>
<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>
<figcaption>{{ s.name }}</figcaption>
</figure>
Expand Down

0 comments on commit d51cd07

Please sign in to comment.