You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/11/28 01:57:21 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2000] maximum size of video pod is limited to 95% of viewport

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 <so...@gmail.com>
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;