Google Map Api In Foundation Reveal Modal Not Displaying Properly
Possible Duplicate: Google Map API inside a Reveal Modal not showing fully I have a Google Map API located within a Reveal Modal. For those that do not know what that is, it is
Solution 1:
After the modal is shown use google.maps.event.trigger(map, 'resize')
where "map" is the instance of your map.
Post a Comment for "Google Map Api In Foundation Reveal Modal Not Displaying Properly"