fix venobox
All checks were successful
website-main / prod-build (push) Successful in 34s
website-main / test-build (push) Successful in 7s

This commit is contained in:
Denys Konovalov 2024-02-04 22:55:35 +01:00
parent 6a503b11d5
commit dfc856ba70

@ -49,8 +49,11 @@
// venobox popup
$(document).ready(function() {
$('.vb-video').venobox({ spinner: 'grid' });
$('.vb-gallery').venobox({
new VenoBox({
selector: '.vb-video',
spinner: 'grid'
});
new VenoBox({
selector: '.vb-gallery',
numeration: true,
infinigall: true,