gcg-website/layouts/shortcodes/image.html
Denys Konovalov 271169891c
Some checks failed
website-main / test-build (push) Waiting to run
website-main / prod-build (push) Has been cancelled
style fixes
2024-01-03 12:43:01 +01:00

3 lines
244 B
HTML

<div class="shortcode 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 w-100 h-100" style="object-fit: cover;" data-src='{{ .Get "src" }}'></a>
</div>