openvidu-iframe: Added some clarification

This commit is contained in:
csantosm 2020-11-10 10:50:22 +01:00
parent f281adae1b
commit 89070bac4a
2 changed files with 8 additions and 3 deletions

View File

@ -32,12 +32,12 @@
<div id="main-container" class="container">
<h2>openvidu-iframe</h2>
<!-- Iframe where the application served on http://127.0.0.1:8080 will be embedded -->
<iframe
title="Getaroom Iframe"
class="openvidu-iframe"
title="OpenVidu Iframe"
src="http://127.0.0.1:8080"
allow="camera; microphone"
width="100%"
height="70%"
></iframe>
</div>

View File

@ -3,6 +3,11 @@ html {
min-height: 100%;
}
.openvidu-iframe{
width: 100%;
height: 70%;
}
nav {
height: 50px;
width: 100%;