Files
web/themes/minimal-black/static/js/lightbox.js
2026-03-23 18:35:59 +01:00

12 lines
245 B
JavaScript

document.addEventListener("DOMContentLoaded", function () {
if (typeof GLightbox === "undefined") return;
GLightbox({
selector: ".glightbox",
loop: true,
touchNavigation: true,
zoomable: true,
draggable: true,
});
});