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
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@
{% for block in page.about_gallery %}
{% image block.value width-2000 as img %}
{% 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>
</div><!-- /column -->
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment