Viewing 1 replies (of 1 total)
  • Plugin Author WPGMaps

    (@wpgmaps)

    Hi there.

    This can be done if your containing element that the map is put into, has a height. I’d recommend doing something like this:

    <div class='my_custom_map'>
      [wpgmza id='1']
    </div>

    With the following CSS:

    .my_custom_map{
      width: 100%;
      height: 100vh;
    }

    Does this help at all?

Viewing 1 replies (of 1 total)
  • The topic ‘Full page map’ is closed to new replies.