Skip to content

Instantly share code, notes, and snippets.

@kevincolyar
Created August 7, 2013 23:00
Show Gist options
  • Save kevincolyar/6179757 to your computer and use it in GitHub Desktop.
Save kevincolyar/6179757 to your computer and use it in GitHub Desktop.
CSS rule to fix Bootstrap from clobbering images embedded in ESRI KMLLayer
#map img {
/* Fixes bootstrap from clobbering KML png images */
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment