How do you get the rendered height of an element?
Let\'s say you have a element with some content inside. This content inside is going to st
element with some content inside. This content inside is going to st
style = window.getComputedStyle(your_element);
then simply: style.height
style.height