Skip to content

Instantly share code, notes, and snippets.

@juanpasolano
Created April 4, 2014 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanpasolano/9978052 to your computer and use it in GitHub Desktop.
Save juanpasolano/9978052 to your computer and use it in GitHub Desktop.
Google maps fix
/*This fixes google maps funcky css*/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: 99999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment