clappr-youtube-playback icon indicating copy to clipboard operation
clappr-youtube-playback copied to clipboard

Clappr plugin for playing youtube based videos

Results 12 clappr-youtube-playback issues
Sort by recently updated
recently updated
newest added

Hi! Any chances do import this on react? Thx.

Hi. I can't figure out this error. > Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://0.0.0.0:8080'). I use the...

Its not resizing to full screen :(

The demo do not allow to change video source, It never load the new video

Need to add height: '100%' and width: '100%' options to second parameter of YT.Player method.

Just need to add one line to ready method this.options.autoPlay && this.play() or use Event PLAYBACK_READY listener for add this option. And set playerVar.autoplay to 0