Google Maps Api: map is grey only, buttons distorted

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:

#map-canvas img {
	max-width: none !important;
}

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.