|
|
|
@ -125,7 +125,7 @@ define(["jquery", "underscore"], function($, _) { |
|
|
|
container.style.width = newContainerWidth + "px"; |
|
|
|
container.style.width = newContainerWidth + "px"; |
|
|
|
container.style.left = ((innerWidth - newContainerWidth) / 2) + 'px'; |
|
|
|
container.style.left = ((innerWidth - newContainerWidth) / 2) + 'px'; |
|
|
|
extraCSS = { |
|
|
|
extraCSS = { |
|
|
|
"#remoteVideos": { |
|
|
|
".renderer-onepeople .remoteVideos": { |
|
|
|
">div": { |
|
|
|
">div": { |
|
|
|
width: singleVideoWidth+"px", |
|
|
|
width: singleVideoWidth+"px", |
|
|
|
height: singleVideoHeight+"px" |
|
|
|
height: singleVideoHeight+"px" |
|
|
|
|