mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
fullscreen video rendering
This commit is contained in:
@@ -68,8 +68,13 @@ function playGameMode() {
|
||||
$("#main-content").children().not("#listener").hide();
|
||||
$("#main-content").addClass("fullscreen");
|
||||
$("#listener").addClass("fullscreen");
|
||||
console.log("abdallah is fucking awesome");
|
||||
fullscreenNaclModule();
|
||||
}
|
||||
|
||||
function fullscreenNaclModule() {
|
||||
var body = document.getElementById("nacl_module");
|
||||
body.width=window.innerWidth;
|
||||
body.height=window.innerHeight;
|
||||
}
|
||||
|
||||
// user pushed the stop button. we should stop.
|
||||
|
||||
Reference in New Issue
Block a user