Google map comes partially, grey area comes instead of images from google server
Sometimes google map comes partially with other area getting grayed out.
This style solved my problem
#map_canvas img { max-width: none !important; }
#map_canvas id of the map
It forces the browser to allow the map to be as wide as it needs to be.
This style solved my problem
#map_canvas img { max-width: none !important; }
#map_canvas id of the map
It forces the browser to allow the map to be as wide as it needs to be.
Comments
Post a Comment