Quantcast
Channel: Insane in the Main Frame
Viewing all articles
Browse latest Browse all 310

Google Maps Api: map is grey only, buttons distorted

$
0
0

After inserting a map with google api (v3), the map wouldn’t show anything but grey and the buttons were weirdly distorted:
karte
Seems that bootstrap is the culprint, adding this to my stylesheet worked:

  1. #map-canvas img {
  2. max-width: none !important;
  3. }

Viewing all articles
Browse latest Browse all 310

Trending Articles