summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-12 23:09:20 +0200
committerAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-12 23:09:20 +0200
commitdfcdfbb057d67b9122f3e4637a944c33c93b9721 (patch)
treee277601ac90b0095a765d97d7c8b2c3ceb6138a5
parent4rd DO NOT MERGE --- told ya u shouldn't (diff)
downloadbeziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.tar
beziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.tar.gz
beziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.tar.bz2
beziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.tar.lz
beziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.tar.xz
beziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.tar.zst
beziapp-dfcdfbb057d67b9122f3e4637a944c33c93b9721.zip
-rw-r--r--pages-src/jitsi.bvr4
-rw-r--r--pages/jitsi.html4
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>