Skip to content

Instantly share code, notes, and snippets.

@dougal
Created February 13, 2017 11:54
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 dougal/d1eb0a510d38130e0a316cf08301034e to your computer and use it in GitHub Desktop.
Save dougal/d1eb0a510d38130e0a316cf08301034e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Distrify Fluidvids Demo</title>
</head>
<body>
<iframe src="https://embeds.distrify.com/player/9HzvRg" width="640" height="360" frameborder="0" scrolling="no" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<script type="text/javascript" src="https://raw.githubusercontent.com/toddmotto/fluidvids/master/dist/fluidvids.min.js"></script>
<script type="text/javascript">
fluidvids.init({
selector: ['iframe'],
players: ['embeds.distrify.com']
})
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment