Add map image lightbox overlay with zoom animation on click

This commit is contained in:
hbrain 2026-05-31 14:55:56 +02:00
parent 5a81f48be0
commit a52e0a8bb3
4 changed files with 147 additions and 12 deletions

View file

@ -291,5 +291,6 @@ if ($titleExact && ($filters['f_title'] ?? '') !== '') $baseParams['f_exact'] =
});
})();
</script>
<script src="js/map_lightbox.js" defer></script>
</body>
</html>