из примера
B@rmaley.e><e
<div id="element" hidden>
<div> lalala </div>
</div>
<style>
#element div {height: 200px; margin: 10px; padding:10px; border:3px solid red}
</style>
<script>
alert(document.getElementById("element").getBoundingClientRect().height);
</script>
нуль!