corrections footer + popups map projects
This commit is contained in:
@@ -272,6 +272,9 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
})
|
||||
if (containerImg.complete) {
|
||||
placeProjectsIcons(projectsIcons, containerImg);
|
||||
window.addEventListener('resize', () => {
|
||||
placeProjectsIcons(projectsIcons, containerImg);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user