added episodes label, imporved display
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user