Skip to content

Instantly share code, notes, and snippets.

View crmackay's full-sized avatar

Chris MacKay crmackay

View GitHub Profile
@crmackay
crmackay / index.html
Created December 13, 2015 17:23 — forked from anonymous/index.html
Video.js Example Embed // source http://jsbin.com/gupoha
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Video.js Example Embed</title>
<link href="http://vjs.zencdn.net/5.3.0/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/5.3.0/video.js"></script>
</head>