Skip to content

Instantly share code, notes, and snippets.

@anythinggraphic
Last active November 17, 2016 22:12
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 anythinggraphic/b5ffb00f7f73f7bd1f8febd8d632ca03 to your computer and use it in GitHub Desktop.
Save anythinggraphic/b5ffb00f7f73f7bd1f8febd8d632ca03 to your computer and use it in GitHub Desktop.
When HTML5 video ends, show the poster.
<script>var video= jQuery("#hero-movie")[0];
var videoJ= jQuery("#hero-movie");
videoJ.on("ended",function(){
video.load();
});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment