Responsive Google Map?

后端 未结 13 1626
北荒
北荒 2020-12-07 10:26

How to make a responsive google map from the code

I use in css

13条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-07 10:53

    Check this for a solution: http://jsfiddle.net/panchroma/5AEEV/

    I can't take the credit for the code though, it comes from quick and easy way to make google maps iframe embed responsive.

    Good luck!

    CSS

    #map_canvas{
    width:50%;
    height:300px !important;
    }
    

    HTML

        
    
      
        Google Maps JavaScript API v3 Example: Map Simple
        
        
        
        
        
      
      
        

提交回复
热议问题