This commit is contained in:
2026-07-05 14:56:08 +00:00
parent 3604027523
commit d8fd0884bc
2 changed files with 2 additions and 3 deletions

View File

@@ -26249,9 +26249,8 @@ function changer_entite_portail()
const image_logo = document.getElementById('image_logo');
image_logo.setAttribute('src', src_logo);
alert("naturalHeight => "+image_logo.naturalHeight);
alert("naturalWidth => "+image_logo.naturalWidth);
alert("height => "+image_logo.height);
alert("clientHeight => "+image_logo.clientHeight);
}
});
}