Weird glitch image on google maps infowindow with bootstrap

泄露秘密 提交于 2019-12-10 22:58:58

问题


As you can see there is a glitch image right underneath the infowindow, the black shadow. There is another glitch located in the zoom in and zoom out button. I'm using bootstrap. Any ideas how to fix this?


回答1:


Add the following to the css of the div containing the map

        #MapDiv img { 
           max-width: none; 
        }


来源:https://stackoverflow.com/questions/15941925/weird-glitch-image-on-google-maps-infowindow-with-bootstrap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!