Rimossa cartella di output da controllo di versione. Sistemata proporzione fra video e chat nel caricamento della pagina. Aggiunto spazio in cima.

This commit is contained in:
Emiliano Vavassori 2020-11-26 00:26:54 +01:00
parent 93e33b71c3
commit 8b811922e1
17 changed files with 11 additions and 1345 deletions

View file

@ -4,11 +4,11 @@ var sedicinoni = 1.777784514;
function resizeLive() {
// Let's calculate the right needed height for the video based on the
// browser settings.
var livewidth = $(window).innerWidth() - 10;
var liveheight = $(window).innerHeight() - 136 - 10;
var livewidth = $(window).innerWidth() - 20;
var liveheight = $(window).innerHeight() - 136 - 25;
// Calculate the videowidth based on proportions
var videowidth = Math.ceil(livewidth * 0.75);
var videowidth = Math.ceil(livewidth * 0.70);
var videoheight = Math.ceil(videowidth / sedicinoni);
var chatwidth = livewidth - videowidth;