corrections footer + popups map projects

This commit is contained in:
2025-02-07 16:58:27 +01:00
parent 1a22f4c4c3
commit 9709130f0c
5 changed files with 96 additions and 71 deletions

View File

@@ -272,6 +272,9 @@ document.addEventListener('DOMContentLoaded', () => {
})
if (containerImg.complete) {
placeProjectsIcons(projectsIcons, containerImg);
window.addEventListener('resize', () => {
placeProjectsIcons(projectsIcons, containerImg);
});
}
});