diff --git a/app/templates/post/_post_teaser_masonry.html b/app/templates/post/_post_teaser_masonry.html
index 096add77..7c48629c 100644
--- a/app/templates/post/_post_teaser_masonry.html
+++ b/app/templates/post/_post_teaser_masonry.html
@@ -14,7 +14,7 @@
{% if post.type == POST_TYPE_LINK %}
{% if post.image.medium_url() %}
+ alt="{{ post.image.alt_text if post.image.alt_text else '' }}" loading="lazy" width="{{ post.image.width }}" height="{{ post.image.height }}" />
{% elif post.image.source_url %}
@@ -24,7 +24,7 @@
{% endif %}
{% elif post.type == POST_TYPE_IMAGE %}
+ alt="{{ post.image.alt_text if post.image.alt_text else '' }}" loading="lazy" width="{{ post.image.width }}" height="{{ post.image.height }}" />
{% else %}