Added loading='lazy'

This commit is contained in:
2024-04-19 10:25:19 +02:00
parent c1b126845d
commit a0adc2bb53
2 changed files with 8 additions and 8 deletions

View File

@@ -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>