How do I get the height of the div which includes the clipped area of the div ?
contentconte
Use scrollHeight of the element instead of clientHeight or offsetHeight.
scrollHeight
clientHeight
offsetHeight
Wrapping the content approach is better though.