1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Some improvements to combine sites

This commit is contained in:
daniel 2020-05-08 14:14:22 -03:00
parent 2b62335d5e
commit f5d738c7ec
5 changed files with 119 additions and 19 deletions

View file

@ -259,8 +259,8 @@ $(document).ready(function () {
}
changingVideoFloat = 1;
var s = $(window).scrollTop();
console.log("$(window).scrollTop()= " + s);
console.log("mainVideoHeight = $('#videoContainer').innerHeight()= " + mainVideoHeight);
//console.log("$(window).scrollTop()= " + s);
//console.log("mainVideoHeight = $('#videoContainer').innerHeight()= " + mainVideoHeight);
if (s > mainVideoHeight) {
setFloatVideo();
} else {