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

Merge branch 'feature/ISTWCMS-6289-add-alt-text-to-image-gallery-grid' into '1.0.x'

ISTWCMS-6289: Fix the alt tag print on grid image gallery

See merge request !101
parents f2df14c6 38f28285
No related branches found
No related tags found
1 merge request!101ISTWCMS-6289: Fix the alt tag print on grid image gallery
......@@ -83,7 +83,7 @@
<div class="uw-ig__item">
<div class="uw-ig__image">
<a class="uw-lightbox__open" href="#uw-lightbox-{{image_gallery.images.id }}-{{ index }}">
<img src="{{ image.image.thumbnail }}" alt="{{ image.image.alt }}" />
<img src="{{ image.image.thumbnail }}" alt="{{ image.alt }}" />
</a>
{% 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