- 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 9fe572f814
commit d26df642e2
228 changed files with 410 additions and 755 deletions

View File

@ -58,7 +58,17 @@
// venobox popup
$(document).ready(function () {
$('.venobox').venobox();
new VenoBox({
selector: '.vb-video'
});
new VenoBox({
selector: '.vb-gallery',
numeration: true,
infinigall: true,
share: true,
shareStyle: 'block',
spinner: 'grid'
});
});
// filter