lazy loading
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div id="image-gallery">
|
||||
<div class="image-container"></div>
|
||||
{% for image in images %}
|
||||
<img class="gallery-image" src="{{ image }}">
|
||||
<img class="gallery-image" src="{{ image }}" loading="lazy">
|
||||
{% endfor %}
|
||||
<div class="image-container"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user