Support

Account

Home Forums Front-end Issues Front-end form Google Maps in Tab Reply To: Front-end form Google Maps in Tab

  • Hi @len

    ACF store the Google Maps field object in the acf.fields.google_map object. So, I believe you can resize it like this:

    google.maps.event.trigger(acf.fields.google_map.map, 'resize');

    I hope this helps 🙂