Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save batazo/e6d4081a82fb6f9b9813379b4762ce00 to your computer and use it in GitHub Desktop.

Select an option

Save batazo/e6d4081a82fb6f9b9813379b4762ce00 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="https://cdn.fluidplayer.com/current/fluidplayer.min.css" type="text/css"/>
<script src="https://cdn.fluidplayer.com/current/fluidplayer.min.js"></script>
<video id="video-fully-responsive" controls style="width:100%">
<source src="http://cdn.fluidplayer.com/current/examples/video.mp4" title="720p" type="video/mp4">
</video>
<script>
var testVideo = fluidPlayer(
'video-fully-responsive',
'',
{
responsive: true
}
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment