【发布时间】:2014-11-20 23:04:00
【问题描述】:
看看我的google map,挺简单的,简单的css... 我不明白的是为什么 + 和 _ 和滑块都被压扁和压缩...... 我没有修改/触摸它...
http://studioteknik.co/brasseursillimites.com/detaillants/
你知道是什么让地图“有问题”吗?
无论如何我都可以在哪里控制...
【问题讨论】:
标签: google-maps
看看我的google map,挺简单的,简单的css... 我不明白的是为什么 + 和 _ 和滑块都被压扁和压缩...... 我没有修改/触摸它...
http://studioteknik.co/brasseursillimites.com/detaillants/
你知道是什么让地图“有问题”吗?
无论如何我都可以在哪里控制...
【问题讨论】:
标签: google-maps
找到:Zoom control and streetview not showing on my Google map?
和:Google Maps API V3 : weird UI display glitches (with screenshot)
简而言之,将其添加到您的 CSS 文件中(根据需要更新 ID):
#map-canvas img {
max-width: none;
max-height: none;
}
【讨论】: