3
I have an image uploaded to my HTML page inside tag <img>
, there is some way to know size of her original archive by Javascript?
Let’s say I want to give one console.log(larguraImagem, alturaImagem);
.
Note that the size I want to know is the original that is in server and not what is being displayed on the screen because this may be being resized by CSS.
Excellent reply! Thank you.
– Laércio Lopes