Google Maps API not loading interface elements properly

前端 未结 3 1133
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 20:40

I have a website that I\'m working on at http://damirsepictrip.com/test-mobile-post/

I\'m using the Google Maps API to create a custom map but the Street View icon i

3条回答
  •  独厮守ぢ
    2020-12-10 21:21

    max-height too!

    #location-map img{ 
        max-width: none !important; 
        max-height: none !important; 
    }
    

提交回复
热议问题