Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save exoclick-florin-tudor/60a7b49c7b1ced1cb35cda61015a7f5a to your computer and use it in GitHub Desktop.

Select an option

Save exoclick-florin-tudor/60a7b49c7b1ced1cb35cda61015a7f5a 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