Here is a working version
http://jsfiddle.net/tH78C/
Here is a broken version (Zooming widget is no longer properly displayed) with Bootstrap styling
http://jsfiddle.net/3sjAU/
Why does it break?
You can also fix this for individual maps e.g.:
.googleMapContainer img {
max-width: none !important;
}
In the Bootstrap.css line 69 max-width: 100%;
is causing the issue.
img {
max-width: 100%; <--
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
You can remove it and if needed again just specify a new class .newclass {max-width:100%}
and add it to the image.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With