rtc

minimal webrtc client
git clone https://git.ce9e.org/rtc.git

commit
69fa8a79edeb016c523ddb51b174919e96ebc27e
parent
b84f50a003e4f4fa10a452e8a79a73a4252d1a20
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-04-03 17:46
use 20% minimum video size

Diffstat

M www/rtc/rtc.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/www/rtc/rtc.css b/www/rtc/rtc.css

@@ -18,7 +18,7 @@ body {
   18    18 
   19    19 .rtc-videos {
   20    20 	display: grid;
   21    -1 	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   -1    21 	grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
   22    22 	align-content: center;
   23    23 	justify-items: center;
   24    24 	grid-gap: 1em;