kiskegyed

This commit is contained in:
2026-02-24 18:41:11 +01:00
parent d17a66e3e2
commit 0912311357
607 changed files with 16424 additions and 19557 deletions
@@ -0,0 +1,14 @@
/* eslint-disable no-undef */
function setLightBoxOptions() {
if (lightbox) {
lightbox.option({
showImageNumberLabel: false,
resizeDuration: 300,
imageFadeDuration: 225,
disableScrolling: true
});
clearInterval(lightBoxInterval);
}
}
let lightBoxInterval = setInterval(setLightBoxOptions, 100);