mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-10 07:28:07 -05:00
chore: use native lazy loading and fixed img
This commit is contained in:
@@ -14,7 +14,7 @@ redirect_from:
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user