Denys Konovalov
b4ce23170a
- Entfernung PhotoSwipe - Gallery-Shortcode nun einzeilig - Einführung Image-Shortcode
3 lines
246 B
HTML
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> |