diff options
Diffstat (limited to '')
-rw-r--r-- | pages-src/jitsi.bvr | 4 | ||||
-rw-r--r-- | pages/jitsi.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pages-src/jitsi.bvr b/pages-src/jitsi.bvr index 797a339..5de65f2 100644 --- a/pages-src/jitsi.bvr +++ b/pages-src/jitsi.bvr @@ -37,8 +37,8 @@ </div> </nav> <@?i navigation@> - <div class="container"> - <iframe src="https://video.gimb.tk" style="width: 100%; height: 100%"> + <div class="container" style="height: 100%; width: 100%"> + <iframe src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%"> Ur browser does not support iframes, you have no Internet connection or the GimB videoconference server is down or does not allow iframes. Probably we fucked something up, so drop us a message. <hr> diff --git a/pages/jitsi.html b/pages/jitsi.html index 2d8607c..a766ca3 100644 --- a/pages/jitsi.html +++ b/pages/jitsi.html @@ -59,8 +59,8 @@ </ul> - <div class="container"> - <iframe src="https://video.gimb.tk" style="width: 100%; height: 100%"> + <div class="container" style="height: 100%; width: 100%"> + <iframe src="https://video.gimb.tk" frameBorder="0" style="width: 100%; height: 100%"> Ur browser does not support iframes, you have no Internet connection or the GimB videoconference server is down or does not allow iframes. Probably we fucked something up, so drop us a message. <hr> |