Google maps 街景在firefox浏览器中未正确渲染

Google maps 街景在firefox浏览器中未正确渲染,google-maps,google-maps-api-3,google-street-view,Google Maps,Google Maps Api 3,Google Street View,这是我做的小提琴 我的HTML在这里 <div id="map-holder"> <div id="map_canvas" class="bigmap"></div> <div id="map_stv" class="minimap" style="display:none"></div> </div> #map-holder { height: 1200px ; position: relativ

这是我做的小提琴

我的HTML在这里

<div id="map-holder">
  <div id="map_canvas" class="bigmap"></div>
  <div id="map_stv" class="minimap" style="display:none"></div>
</div>
#map-holder {
    height: 1200px ;
    position: relative;
    }

.bigmap{
    width:100%;
    height:100%;
}

.minimap{
    width:50%;
    height:100%;
}

#map_stv {
    position: absolute;
    top: 0;
    right: 0;
}
#map_stv img {
    border: none !important;
    max-width: none !important;
}

在这里,我看到当我们把pegman拖放到谷歌地图上的任何地方,我们就能看到街景。街景不仅在Firefox浏览器中是不合适的。我还看到,如果宽度和高度之间的差异相当大,那么我们可以很容易地看到这个问题。街景的img显示不正确。请对此提出建议。

可以通过添加
模式:“html5”
到“全景”选项。我对它进行了测试,效果良好

请参阅谷歌对我发送给他们的错误报告的回答:

你是说街景中怪异扭曲的天空吗?我在Firefox中也看到了这一点。我认为你的直觉是正确的,非常高和狭窄的街景与此有关。不过,我不确定我能提出什么样的修复建议,除了向谷歌提交一个错误。@MichaelGeary至少有人同意我的观点。干杯,伙计:D