Skip to content
Snippets Groups Projects
Commit 4ff941ee authored by jan.bednarik's avatar jan.bednarik
Browse files

senat campaign: Fix gallery multiline

parent 591eee85
Branches
No related tags found
2 merge requests!95sync test,!89Uniweb
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
{% for block in page.about_gallery %} {% for block in page.about_gallery %}
{% image block.value width-2000 as img %} {% image block.value width-2000 as img %}
{% image block.value fill-300x200 as thumb %} {% image block.value fill-300x200 as thumb %}
<div class="col-6 col-md-3 mb-4 mb-md-0"> <div class="col-6 col-md-3 mb-4">
<a data-fancybox="gallery" href="{{ img.url }}"><img data-src="{{ thumb.url }}" class="lazyload img-fluid" alt="{{ thumb.alt }}"></a> <a data-fancybox="gallery" href="{{ img.url }}"><img data-src="{{ thumb.url }}" class="lazyload img-fluid" alt="{{ thumb.alt }}"></a>
</div><!-- /column --> </div><!-- /column -->
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment