Skip to main content

Iframe

By default, widgets are embedded using a script tag. However, it is also possible to use an iframe. It is recommended to use the following properties when doing so:

<iframe 
allow="camera *; microphone *; autoplay *; encrypted-media *; fullscreen *; display-capture *;"
src="https://app.scena.ai/aaaaabbbbb"
height="720" width="1280" frameBorder="0"
style="max-width: 100%; height: auto; aspect-ratio: 16/9;">
</iframe>