KNACSS/sass/_11-gmaps.scss
2014-10-20 17:59:59 +02:00

19 lines
300 B
SCSS

/* ----------------------------- */
/* ==gmaps support */
/* ----------------------------- */
/* Google Gmap3 bug fix on images */
.gm-style img {
height: 100%;
}
:not(.gm-style) img {
height: auto;
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
max-width: none !important;
}