Skip to content

Instantly share code, notes, and snippets.

@dbarison
Created August 2, 2018 14:04
Show Gist options
  • Save dbarison/d64cb9279f1cbf88e20a85d07a426bbc to your computer and use it in GitHub Desktop.
Save dbarison/d64cb9279f1cbf88e20a85d07a426bbc to your computer and use it in GitHub Desktop.
("#blukad").find('source').attr('src', megiston.video_original);
$("#blukad").get(0).load();
$("#blukad").get(0).play();
$("#blukad").on 'ended', ->
console.log 'Video has ended!'
$(this).prop 'muted', true
$(this).get(0).play()
$('.homepage-hero figcaption').removeClass('white-behavior')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment