0

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 ?

iAmoric
  • 1,787
  • 3
  • 31
  • 64

1 Answers1

0

Can you add width and height map div? If you have blank page instead map, it's probably missing css.

a.u.b
  • 1,589
  • 10
  • 25