diff --git a/gmap.css b/gmap.css index 04bdfa1..6e10170 100644 --- a/gmap.css +++ b/gmap.css @@ -61,3 +61,7 @@ color: grey; } +/* Fix grey map bug in Firefox when img { max-width: 100% } is set */ +.gmap img { + max-width: none !important; +} \ No newline at end of file