From 36040275235874b608a22151f0b0efac958cb0c2 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 5 Jul 2026 14:49:41 +0000 Subject: [PATCH] a --- Js/fonctions.js | 6 ++++-- Vue/gabarit.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@ - +