-1

Take a look at my google map, quite simple, and simpler css... the thing i don't understand is why the + and _ and slider is all squished and compressed... i don't have modify/touched it with nothing...

http://studioteknik.co/brasseursillimites.com/detaillants/

can you know what make the map "buggy" ?

where i can control this anyway... i dont have overwrite anything with css, but since it buggy, i like to know where this is controlled

enter image description here

menardmam
  • 9,860
  • 28
  • 85
  • 113

1 Answers1

0

Found : Zoom control and streetview not showing on my Google map?

and : Google Maps API V3 : weird UI display glitches (with screenshot)

In short, add this to your CSS file (updating the ID as necessary):

#map-canvas img { 
  max-width: none; 
  max-height: none;
}
Community
  • 1
  • 1
menardmam
  • 9,860
  • 28
  • 85
  • 113