a
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user