Blurry / Corrupted Google Maps Controls

There are no errors in your code. It is a problem with your css.

Just add this CSS in your map container (assuming it has id=gmap):

#gmap img {
  max-width: none;
}

Leave a Comment