3

look at the map on this page: http://demo.wpconsult.net/sample/sub-page-11 if you select the location in the left pane next to the map, the infobubble pops up but it looks broken. I wonder if it's related to the Mime type warnings in google chrome inspector?

paul
  • 572
  • 6
  • 24

1 Answers1

9

Zoom bar disfigured in Google-Maps-for-Rails (gmaps4rails)

Add these to your css. (another source I found recommended removing the img { max-width } if there was one.)

#map-canvas label { width: auto; display:inline; }
#map-canvas img { max-width: none; }

p.s. I think everyone gets the mime-type warnings.

Community
  • 1
  • 1
Tina CG Hoehr
  • 6,721
  • 6
  • 44
  • 57