Skip to content

Instantly share code, notes, and snippets.

@achisholm
Created April 17, 2014 11:18
Show Gist options
  • Save achisholm/10975113 to your computer and use it in GitHub Desktop.
Save achisholm/10975113 to your computer and use it in GitHub Desktop.
Fixing Google Maps borked controls
img{
max-width:100%;
height:auto;
}
.map_canvas img {
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment