This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 93f4485 [OPENMEETINGS-2000] maximum size of video pod is limited to
95% of viewport
93f4485 is described below
commit 93f4485cc8aeb0c8bc5fb907e147ca0977ff1524
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sat Nov 28 08:57:08 2020 +0700
[OPENMEETINGS-2000] maximum size of video pod is limited to 95% of viewport
---
openmeetings-web/src/main/webapp/css/raw-room.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css
b/openmeetings-web/src/main/webapp/css/raw-room.css
index a46c839..f52cf5d 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -509,6 +509,8 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
}
.room-block .room-container .user-video {
display: inline-block !important;
+ max-width: 95vw;
+ max-height: 95vh;
}
.room-block .room-container .user-video .ui-resizable-se {
position: absolute;