pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.3k stars 431 forks source link

Timer 'YTPlayerStartPlay' does not exist #464

Closed ghopretz closed 3 years ago

ghopretz commented 4 years ago

How to solve this warning? jquery.mb.YTPlayer.js:2556 Timer 'YTPlayerStartPlay' does not exist It may causes YTPlayer not auto playing.

pupunzi commented 4 years ago

The "YTPlayerStartPlay" is invoked at line 342; check the js to see if it has been removed:

console.time('YTPlayerStartPlay');

pupunzi commented 3 years ago

Fixed