openvidu-iframe: Added some clarification
This commit is contained in:
parent
f281adae1b
commit
89070bac4a
@ -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>
|
||||
|
||||
@ -3,6 +3,11 @@ html {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.openvidu-iframe{
|
||||
width: 100%;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
nav {
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user