我正在使用Twitter Bootstrap,并拥有Google地图.
地图上的图像(例如标记)在Bootstrap中被CSS扭曲.
在Bootstrap CSS中有:
img {
border: 0 none;
height: auto;
max-width: 100%;
}
Run Code Online (Sandbox Code Playgroud)
当我max-width使用Firebug 禁用该属性时,标记图像显示为正常.如何防止Bootstrap CSS影响Google地图图像?