1 min readOct 30, 2019
If you could calculate the desired height via Script based on that parameters set it in handlebars template.
Try to create a style attribute on your HTML header, Something like
<div class=”header” style=”height:{{height_variable}}”>dynamic content here</div>
So when the HTML is rendered the {{height_variable}} will be filled. Or you can try using height:auto on CSS.