- Umstellung auf VenoBox v2 (tlw. #222)
- Entfernung PhotoSwipe - Gallery-Shortcode nun einzeilig - Einführung Image-Shortcode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user