From 0bdae162325bb2b36bec6051b25c6abd3daca123 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 17 Mar 2014 19:28:41 +0100 Subject: [PATCH] Made the screen sharing view show full resolution and a scroll pane. --- src/styles/components/_screenshare.scss | 12 ++++++++---- static/partials/screenshare.html | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/styles/components/_screenshare.scss b/src/styles/components/_screenshare.scss index 5e288fed..b94059cb 100644 --- a/src/styles/components/_screenshare.scss +++ b/src/styles/components/_screenshare.scss @@ -18,12 +18,16 @@ * along with this program. If not, see . * */ +.screenshare { + position:absolute; + left:0px; + right:0px; + top:0px; + bottom:0px; + overflow:auto; +} .screenshare .remoteScreen { - width:100%; - height:100%; position:relative; } .screenshare video { - width:100%; - max-height:100%; } \ No newline at end of file diff --git a/static/partials/screenshare.html b/static/partials/screenshare.html index 4f66506f..615f7312 100644 --- a/static/partials/screenshare.html +++ b/static/partials/screenshare.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file