aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.65k stars 3.96k forks source link

Embedded breaks the loading screen #4744

Closed praguevara closed 3 years ago

praguevara commented 3 years ago

Description:

Using embedded breaks the loading screen.

Without embedded: image

With embedded: image

dmarcos commented 3 years ago

Link to reproduce? Keep in mind you have to style a-scene and give it a size when embedded.

a-scene {
  height: 300px;
  width: 50%;
}

It works fine on my side.

praguevara commented 3 years ago

My bad, I was using a code example from ARJS without styling the a-scene.