Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aaronpeterson/9541594 to your computer and use it in GitHub Desktop.
Save aaronpeterson/9541594 to your computer and use it in GitHub Desktop.
// less
.gm-style {
img {
max-width: inherit !important;
}
}
/* css */
.gm-style img {
max-width: inherit !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment