Skip to content

Instantly share code, notes, and snippets.

@grappler
Last active August 8, 2022 23:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grappler/7661826 to your computer and use it in GitHub Desktop.
Save grappler/7661826 to your computer and use it in GitHub Desktop.
<script src="//cdn.jsdelivr.net/jwplayer/6.7/jwplayer.js"></script>
<div id="player_6"></div>
<script>
jwplayer("player_6").setup({
image: "http://testing.grappler.tk/files/2013/01/trailer_1080p.jpg",
file: "http://testing.grappler.tk/files/2013/01/trailer_1080p.mp4",
width: "100%",
aspectratio: "16:9"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment