- Umstellung auf VenoBox v2 (tlw. #222)

- Entfernung PhotoSwipe
- Gallery-Shortcode nun einzeilig
- Einführung Image-Shortcode
This commit is contained in:
2023-04-04 13:22:45 +02:00
parent 799acd03a9
commit b4ce23170a
225 changed files with 410 additions and 755 deletions

View File

@ -5,7 +5,7 @@
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-4 position-relative success-video">
<a class="play-btn venobox" href="{{ .video_link | safeURL }}" data-vbtype="video">
<a class="play-btn vb-video" href="{{ .video_link | safeURL }}" data-vbtype="video">
<i class="mdi mdi-play icon-md"></i>
</a>
</div>