Denys Konovalov ab73609db6
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 18s
Website Prod/Test / Testumgebung (push) Successful in 12s
Website Dev / Entwicklungsumgebung (push) Successful in 17s
Add video-js shortcode (#308)
Reviewed-on: #308
2024-12-27 13:35:32 +01:00

4 lines
245 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>