I'm trying to embed a street view panorama on a website as explained here. It works well when I do that :
<body>
<div id="map"></div>
</body>
but it doesn't work when i put the #map in a other div, like that :
<body>
<div>
<div id="map"></div>
</div>
</body>
Do you have any idea why ?