embedded
Note: This documentation is for the old 0.3.0 version of A-Frame. Check out the documentation for the current 1.6.0 version
The embedded component removes fullscreen CSS styles from A-Frame’s <canvas>
element, making it easier to embed within the layout of an existing webpage. It
removes fixed positioning from the canvas and makes the Enter VR / Fullscreen
UI smaller.
Example
<a-scene embedded></a-scene> |