• Hi, I have a map and it won’t display until I set the parent container to for example 40 rem. But 40rem is not the correct size, I wil have 100%, the same height as the block at the left. But I won’t work. What do I wrong?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi ccmp,

    that’s not a problem of this plugin, but a thing of your layout.

    I guess you set the map height to 100%, to fill the parent element; that’s correct so far. Now, the parent element has to set it’s height like the block to the left. This depends on your layout and CSS.

    A short view on your page shows, that you use Flexbox for layouting in CSS, so this site should help you: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

    Best, Jan

Viewing 1 replies (of 1 total)
  • The topic ‘How can I set the height so that it fills the parent container?’ is closed to new replies.