♻️ - Suppression de la classe JustifiedGallery et ajout de nouveaux effets de survol pour les images

This commit is contained in:
2025-11-15 03:20:16 +01:00
parent 3080726c9b
commit 8f52f38ac5
9 changed files with 1617 additions and 390 deletions

View File

@@ -1,10 +1,11 @@
import JustifiedGallery from "./lib/gallery.js";
import JustifiedGallery from "./lib/gallery/gallery.js";
document.addEventListener("DOMContentLoaded", () => {
let element = document.getElementById("gallery")
new JustifiedGallery(element, {
wrapLinks: true,
hoverEffect: "hover-spotlight",
});
})