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:
parent
2b62335d5e
commit
f5d738c7ec
5 changed files with 119 additions and 19 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue