diff --git a/templates/instagram-block-image.html.twig b/templates/instagram-block-image.html.twig
index c5a9a13..958fa69 100644
--- a/templates/instagram-block-image.html.twig
+++ b/templates/instagram-block-image.html.twig
@@ -15,7 +15,7 @@
 #}
 {% spaceless %}
     <a class="group" target="_blank" rel="group1" href="{{ href }}">
-        <img height="{{ height }}px" width="{{ width }}px" src="{{ src }}">
+        <img alt="{{ data.caption.text }}"height="{{ height }}px" width="{{ width }}px" src="{{ src }}">
     </a>
 {% endspaceless %}
 
