Skip to content

Get the real width & height of an Image

var image = document.getElementById('my_image');
var width = image.naturalWidth;
var height = image.naturalHeight;
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments