Google Maps bug fix on images

This commit is contained in:
raphaelgoetter 2013-09-09 14:38:36 +02:00
parent c4e527e513
commit 5ad9bf9bc1
2 changed files with 3 additions and 1 deletions

View File

@ -184,7 +184,8 @@ img {
height: auto;
vertical-align: middle;
}
/* Gmap3 max-width bug fix on images */
/* Gmap3 bug fix on images */
.gm-style img,
.gmnoscreen img,
.gmnoprint img {max-width: none !important;}

View File

@ -181,6 +181,7 @@ img {
vertical-align: middle;
}
/* Gmap3 max-width bug fix on images */
.gm-style img,
.gmnoscreen img,
.gmnoprint img {max-width: none !important;}