Skip to content
Snippets Groups Projects
Commit 38f28285 authored by Martin Leblanc's avatar Martin Leblanc Committed by Eric Bremner
Browse files

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

parent f2df14c6
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 @@ ...@@ -83,7 +83,7 @@
<div class="uw-ig__item"> <div class="uw-ig__item">
<div class="uw-ig__image"> <div class="uw-ig__image">
<a class="uw-lightbox__open" href="#uw-lightbox-{{image_gallery.images.id }}-{{ index }}"> <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> </a>
{% 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