Update Gist link
This commit is contained in:
parent
952caa93fc
commit
e55fb197b5
2 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@ const {
|
|||
* for the JavaScript code in this page.
|
||||
*
|
||||
*/
|
||||
// https://gist.github.com/michancio/59b9f3dc54b3ff4f6a84
|
||||
// https://gist.sudovanilla.org/Korbs/sync-video-and-audio
|
||||
// Find elements
|
||||
var SyncVideo = document.querySelector("#zorn-player-" + PlayerName + " .main-video")
|
||||
var SyncAudio = document.querySelector("#zorn-player-" + PlayerName + " .main-audio")
|
||||
|
|
|
@ -53,6 +53,7 @@ const {
|
|||
* for the JavaScript code in this page.
|
||||
*
|
||||
*/
|
||||
//https://gist.sudovanilla.org/Korbs/ambient-video-effect
|
||||
var Player = document.querySelector('#zorn-player-' + PlayerName + ' video')
|
||||
var FirstCanvas = document.getElementById("zorn-canvas-1")
|
||||
var SecondCanvas = document.getElementById("zorn-canvas-2")
|
||||
|
|
Loading…
Reference in a new issue