Skip to content

Instantly share code, notes, and snippets.

@ovlb
Last active February 7, 2019 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovlb/140713e7ed0374658d45bcf005593a5c to your computer and use it in GitHub Desktop.
Save ovlb/140713e7ed0374658d45bcf005593a5c to your computer and use it in GitHub Desktop.
KS Video – Show image if video ends
this.$vidContainer.addEventListener('ended', () => {
VideoPlayerController.showImage(this.$imgContainer)
// Hand back control to this class
this.userControls = false
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment