javascript IMG naturalHeight, naturalWidth
| naturalHeight, naturalWidth | NN 6 IE n/a DOM n/a |
|
|
Read-only |
|
Return the unscaled height and width of the image, in pixels. Allows scripts to find the true dimensions of the original image in case scripts or incorrect element attributes have scaled the image. |
|
| Example | |
document.logoImg.height = document.logoImg.naturalHeight; document.logoImg.width = document.logoImg.naturalWidth; |
|
| Value | |
|
Integer. |
|
| Default | |
|
None. |
|
Previous: javascript IMG protocol
Next: javascript IMG nameProp
993,Nickname,Homepage or email,Comments here,Add comment
