diff --git a/Js/fonctions.js b/Js/fonctions.js
index 78cb113..8e5086d 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -26246,10 +26246,12 @@ function changer_entite_portail()
const wrapper = document.querySelector('.login-wrapper');
wrapper.style.backgroundImage = `url('${src_logo}')`;
- alert("src_logo => "+src_logo);
-
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);
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 8aa2da6..dd2d01e 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -891,7 +891,7 @@
-
+