Commit e900ef6d authored by Alain Takoudjou's avatar Alain Takoudjou

fix resize video on screen sharing too

parent 4e2993dd
......@@ -1032,8 +1032,7 @@ header .collapse {
/* END Sidebar Left */
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-device-width: 768px) {
@media only screen and (max-device-width: 1024px) {
.nav-link {
margin: 0;
line-height: 1.5;
......
......@@ -462,6 +462,7 @@ document.getElementById('sharebutton').onclick = function(e) {
document.getElementById('unsharebutton').onclick = function(e) {
e.preventDefault();
delUpMediaKind('screenshare');
resizePeers();
}
/** @returns {number} */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment