You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Akram-Khan edited this page May 26, 2012
·
2 revisions
Using google maps with twitter bootstrap or Zurb Foundation causes errors in the display of the map controls and info boxes. The problem has to do with (re)sizing images for the responsive design of bootstrap to work. The fix is really very easy.
In your gmaps4rails.css you need to add
img { max-width: none; }
To either the .map_controller or .gmaps4rails_map