Google Maps bug fix on images
This commit is contained in:
parent
c4e527e513
commit
5ad9bf9bc1
2 changed files with 3 additions and 1 deletions
|
@ -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;}
|
||||
|
||||
|
|
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue