From 89070bac4a8274e4b57c7ccecd0376d679537bb3 Mon Sep 17 00:00:00 2001 From: csantosm <4a.santos@gmail.com> Date: Tue, 10 Nov 2020 10:50:22 +0100 Subject: [PATCH] openvidu-iframe: Added some clarification --- openvidu-iframe/web/index.html | 6 +++--- openvidu-iframe/web/style.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/openvidu-iframe/web/index.html b/openvidu-iframe/web/index.html index c556cd82..8487fd40 100644 --- a/openvidu-iframe/web/index.html +++ b/openvidu-iframe/web/index.html @@ -32,12 +32,12 @@

openvidu-iframe

+
diff --git a/openvidu-iframe/web/style.css b/openvidu-iframe/web/style.css index 967e5061..d5971806 100644 --- a/openvidu-iframe/web/style.css +++ b/openvidu-iframe/web/style.css @@ -3,6 +3,11 @@ html { min-height: 100%; } +.openvidu-iframe{ + width: 100%; + height: 70%; +} + nav { height: 50px; width: 100%;