added episodes label, imporved display

This commit is contained in:
2017-02-27 17:16:16 +01:00
parent f8417f3db2
commit 8a2a116c11
6 changed files with 131 additions and 43 deletions
@@ -47,7 +47,7 @@
var winheight = $(window).height();
console.log('win :'+winwidth+' | '+winheight);
if (winwidth < winheight) {
if (winwidth / winheight < 640 / 360) {
// console.log("Width target");
var w = winwidth*0.9;
var h = w*(360/640);