Google Maps v3 load partially on top left corner, resize event does not work

后端 未结 7 1679
执笔经年
执笔经年 2020-11-30 03:28

Google Maps V3 loaded partially on top left corner. I tried the following methods:

  • Add google.maps.event.trigger(map, \'resize\'); after map in

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 04:03

    Google Maps does not play well with Bootstrap. Try adding the following CSS to your map element

    #map-canvas img {
      max-width: none;
    }
    

    Twitter Bootstrap CSS affecting Google Maps

提交回复
热议问题