SceneView container problem

493
1
05-11-2017 06:49 AM
TubaKumbara
Occasional Contributor

Hello. I'm using sceneview without any problem when i define viewdiv as below

<body>

  <div id="viewDiv" />

</body>

But i want to use when i define viewdiv as below (child div)

<body

      <div class="container">

           <div class="mydiv"></div>

          <div class="bla"  id="viewDiv" />

     </div>

</body>

sceneview doesn't work. Is there anyway to do that?

Thanks inadvance.

0 Kudos
1 Reply
ThomasSolow
Occasional Contributor III

Make sure you're setting the height on the container div.

0 Kudos