diff --git a/app/templates/post/_post_teaser_masonry.html b/app/templates/post/_post_teaser_masonry.html
index ad9df74f..021c9c10 100644
--- a/app/templates/post/_post_teaser_masonry.html
+++ b/app/templates/post/_post_teaser_masonry.html
@@ -15,7 +15,7 @@
{% if post.image.medium_url() %}
+ loading="lazy" width="{{ post.image.width }}" height="{{ post.image.height }}" />
{% elif post.image.source_url %}
@@ -27,7 +27,7 @@
{% elif post.type == POST_TYPE_IMAGE %}
+ loading="lazy" width="{{ post.image.width }}" height="{{ post.image.height }}" />
{% else %}