clientHeight returning 0 for image when it set to width: 100% and not fixed height(responsive) using javascript
var image = document.createElement('img'); image.setAttribute('src', data.googleLogo); console.log(image.clientHeight); //0
data.googleLogo --> image getting from Json Data,
image is position: absolute element to parent