gcg-website/layouts/shortcodes/image.html
Denys Konovalov b4ce23170a - Umstellung auf VenoBox v2 (tlw. #222)
- Entfernung PhotoSwipe
- Gallery-Shortcode nun einzeilig
- Einführung Image-Shortcode
2023-04-04 13:22:45 +02:00

3 lines
246 B
HTML

<div class="col-lg-3 col-md-4 col-sm-6">
<a class="vb-gallery" data-gall='{{ md5 (.Get "src") }}' href='{{ .Get "src" }}'><img class="lazy img-thumbnail" style="width: 100%;height:100%;object-fit: cover;" data-src='{{ .Get "src" }}'></a>
</div>