From d8fd0884bcd0e6d3157e66ad14bc3e1d5867837d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 5 Jul 2026 14:56:08 +0000 Subject: [PATCH] a --- Js/fonctions.js | 3 +-- Vue/gabarit.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 8e5086d..e5dfcbf 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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); } }); } diff --git a/Vue/gabarit.php b/Vue/gabarit.php index dd2d01e..ddbfaed 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -891,7 +891,7 @@ - +