From 7e7dd150892dca7fa5baf9174f81b668e66c3721 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Fri, 5 Nov 2021 15:19:16 +0000 Subject: [PATCH] ISTWCMS-5191: fixing alt on image galleries --- source/_patterns/04-components/image-gallery/image-gallery.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/04-components/image-gallery/image-gallery.twig b/source/_patterns/04-components/image-gallery/image-gallery.twig index 96850257..1d26408a 100644 --- a/source/_patterns/04-components/image-gallery/image-gallery.twig +++ b/source/_patterns/04-components/image-gallery/image-gallery.twig @@ -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 %} -- GitLab