Twitter Bootstrap CSS affecting Google Maps

With Bootstrap 2.0, this seemed to do the trick:

#mapCanvas img {
  max-width: none;
}

Leave a Comment