diff --git a/app/templates/post/_post_teaser_masonry.html b/app/templates/post/_post_teaser_masonry.html
index 10016f91..e0815cd8 100644
--- a/app/templates/post/_post_teaser_masonry.html
+++ b/app/templates/post/_post_teaser_masonry.html
@@ -13,18 +13,18 @@
{% if post.type == POST_TYPE_LINK %}
{% if post.image.thumbnail_url() %}
-
+
{% elif post.image.source_url %}
-
{% else %}
-
{% endif %}
{% elif post.type == POST_TYPE_IMAGE %}
+ alt="{{ post.image.alt_text if post.image.alt_text else '' }}" loading="lazy" width="{{ post.image.thumbnail_width }}" height="{{ post.image.thumbnail_height }}" />
{% else %}