Skip to content
Snippets Groups Projects
Commit 6c3a08e3 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-5191-ebremner-image-gallery-alt' into '3.0.x'

ISTWCMS-5191: fixing alt on image galleries

See merge request !111
parents 80fddbf3 7e7dd150
No related branches found
No related tags found
1 merge request!111ISTWCMS-5191: fixing alt on image galleries
......@@ -12,7 +12,7 @@
{% include '@components/responsive-image/responsive-image.twig' with {
'sources': image.image.sources,
'img_element': image.image.img_element['#uri'],
'alt': 'some alt'
'alt': image.image.alt
} %}
</div>
{% 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