Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用谷歌地图图像 API,我想在图像上使用 100% 的宽度,但我只能为其设置一个固定的宽度。如果可能的话,我该如何完成它?
请参阅此页面 Mike Williams 的 Google Maps Javascript API v2 教程
您需要将 width:100% 添加到包含地图的所有元素。
文档中的示例