Skip to content

Instantly share code, notes, and snippets.

@juancri
Created July 2, 2017 05:11
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 juancri/907ac93fc7e715ade3af3b5c9bdce683 to your computer and use it in GitHub Desktop.
Save juancri/907ac93fc7e715ade3af3b5c9bdce683 to your computer and use it in GitHub Desktop.
$('info-message').hide();
var video = $('video')[0];
var seekbar = $('vod-seek-bar');
seekbar.click (e => video.currentTime = e.offsetX / seekbar.width() * video.duration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment