diff --git a/convert.html b/convert.html index 82e1d4d..e74187d 100644 --- a/convert.html +++ b/convert.html @@ -1,5 +1,8 @@ - + + + + @@ -68,18 +77,6 @@ - - diff --git a/install.md b/install.md index 3553c35..d84a1d7 100644 --- a/install.md +++ b/install.md @@ -110,7 +110,7 @@ Also note: There are third-party providers offering TURN services, if you would A new deployment of VDO.Ninja should work without any changes to the index.html file, although you'll want to change it to support your own TURN server and perhaps branding. The VDO.Ninja code needs to be constantly kept up to date though; this is the reality of deploying VDO.Ninja -- you should update it every few months at the very least. As a result, keep this in mind when making changes to the VDO.Ninja source code, as heavy custom changes will make updating harder to do. The fewer the changes the better. -My suggestion to extensive editing? Limit changes to images and perhaps the translation files (maybe add a new one); these are good starting points. If making changes to the main.css style sheet or index.html file, you should be mostly okay too, since these files are designed to be changed; I try to keep that in mind when updating the code at least. Making changes to other files though is strongly not recommend and in some cases discouraged. If you find a bug or need to make a change to other files, it might be best to make a Pull Request with the desired changes and hope it gets adopted into the main codebase. +My suggestion to extensive editing? Limit changes to images and perhaps the translation files (maybe add a new one); these are good starting points. If making changes to any style sheets in the ./css folder or index.html file, you should be mostly okay too, since these files are designed to be changed; I try to keep that in mind when updating the code at least. Making changes to other files though is strongly not recommend and in some cases discouraged. If you find a bug or need to make a change to other files, it might be best to make a Pull Request with the desired changes and hope it gets adopted into the main codebase. ### Internet-free deployments diff --git a/lib.js b/lib.js index 30258c8..cad2cd8 100644 --- a/lib.js +++ b/lib.js @@ -35367,8 +35367,14 @@ async function PictureInPicturePageToggle(state = null) { } }); + var pipWindowHead = 'Pop-out Window'; + pipWindowHead += ''; + pipWindowHead += ''; + pipWindowHead += ''; + pipWindowHead += ''; + session.pipWindow.document.body.className = "main"; - session.pipWindow.document.head.innerHTML = 'Pop-out Window'; + session.pipWindow.document.head.innerHTML = pipWindowHead; session.pipWindow.document.body.style = document.body.style; session.pipWindow.document.title = "Pop-out Window"; session.pipWindow.document.body.append(getById("gridlayout")); diff --git a/midi.html b/midi.html index c0b6895..f58516d 100644 --- a/midi.html +++ b/midi.html @@ -1,7 +1,10 @@ - + + + + - - - - - - - - - - - - - - - VDO.Ninja - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
Not Visible -
- -
-
-
- - - - - - - - - - - -
- -
- - -
- - - - - - - - - - - - - diff --git a/supports.html b/supports.html index 8c36914..65e1c57 100644 --- a/supports.html +++ b/supports.html @@ -1,7 +1,10 @@ - + + + +