$('img').height()
returns 0
in chrome, but it returns the actual height in IE and firefox.
Whats the actual method to get the height of the image in chrome?
$('img').height()
returns 0
in chrome, but it returns the actual height in IE and firefox.
Whats the actual method to get the height of the image in chrome?
Having just done some experiments with this I've found that
Returns 0 - however if you just use plain old JS
I get the correct image height.