Support

Account

Home Forums General Issues Google Map size and not centered Reply To: Google Map size and not centered

  • Hi @elliot

    If you render a google map onto an element which is hidden, this is the result. To fix it, you need to refresh the google map like so:

    google.maps.event.trigger(this.map, 'resize');

    Thanks
    E