forked from FrederikBaerentsen/BrickTracker
Added loading='lazy'
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
<div class="column is-half" style="">
|
||||
<figure class="image is-4by3">
|
||||
<a href="/{{ i[0] }}/{{ i[11] }}">
|
||||
<img style='height: 100%; width: 100%; object-fit: contain' src="/static/sets/{{ i[0] }}.jpg" alt="Image">
|
||||
<img style='height: 100%; width: 100%; object-fit: contain' src="/static/sets/{{ i[0] }}.jpg" alt="Image" loading="lazy">
|
||||
</a>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user