Home › Forums › MapPress Support › bigHeight seems not working when using percentage › Reply To: bigHeight seems not working when using percentage
November 15, 2014 at 3:20 am
#15378
Hi,
Percent height isn’t supported by the plugin.
This is because of the way CSS works: if an element has a % height, the height is calculated based on its parent element(s) – not the window.
In most blogs (including yours) the parent elements don’t have a fixed height because they grow to the size of the post content. In this case ‘100%’ would return ‘0 pixels’ and you would just see a thin horizontal line for the map.