I have a image element with css set
height: 64px;
width: auto;
When i try to get height and width through jQuery using .outerHeight()
& .outerWidth()
, i can get height correctly but width returns as 0. I have even tried width(), innerWidth() still same.
I have to set the image dynamically. Maybe that is having some issue. Here is the fiddle http://jsfiddle.net/abdulpathan/0vrbnpe3/3
Could someone help me to tackle this.
Thanks
The solution is to simply get the width once the image has loaded.