templates/Components/Destination/Detail/Tabs/gallery.html.twig line 1
<div id="gallery" class="tab-pane fade in{% if(activeTab=='gallery') %} active{% endif %}">{% if(destination.gallerySecond is not empty and destination.gallerySecond.galleryItems|length > 0) %}<div class="row">{% for thumb in destination.gallerySecond.galleryItems %}{% if(thumb.media is not empty and thumb.enabled) %}<div class="col-md-2" style="padding: 5px; ;"><a href="{{ sonata_path(thumb.media, 'gallery') }}" data-lightbox="destination-gallery">{{ sonata_media(thumb.media, 'background') }}</a></div>{% endif %}{% endfor %}</div><div class="clearfix"></div>{% endif %}</div>