Skip to content
Snippets Groups Projects
Commit 7e7dd150 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5191: fixing alt on image galleries

parent 80fddbf3
No related branches found
No related tags found
1 merge request!111ISTWCMS-5191: fixing alt on image galleries
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{% include '@components/responsive-image/responsive-image.twig' with { {% include '@components/responsive-image/responsive-image.twig' with {
'sources': image.image.sources, 'sources': image.image.sources,
'img_element': image.image.img_element['#uri'], 'img_element': image.image.img_element['#uri'],
'alt': 'some alt' 'alt': image.image.alt
} %} } %}
</div> </div>
{% if image.caption %} {% if image.caption %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment