Created
February 13, 2017 11:54
-
-
Save dougal/d1eb0a510d38130e0a316cf08301034e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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