We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad08b2f commit 70a710fCopy full SHA for 70a710f
1 file changed
templates/news/v3/detail.html
@@ -45,7 +45,7 @@
45
46
{% if object.image %}
47
<figure class="post-detail__figure">
48
- <img src="{{ object.image.url }}" alt="" class="post-detail__image">
+ <img src="{{ object.image.url }}" alt="" class="post-detail__image" loading="lazy">
49
</figure>
50
{% endif %}
51
0 commit comments