mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
Thumbnails lazy loading (#734)
This commit is contained in:
parent
ff334e0888
commit
a92a35cfb8
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if bookmark_list.show_preview_images and bookmark_item.preview_image_file %}
|
{% if bookmark_list.show_preview_images and bookmark_item.preview_image_file %}
|
||||||
<img class="preview-image" src="{% static bookmark_item.preview_image_file %}"/>
|
<img class="preview-image" src="{% static bookmark_item.preview_image_file %}" loading="lazy"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue