Skip to content

Commit

Permalink
added new loading and share icons; optional big play centered class. v…
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McClure committed Oct 16, 2013
1 parent 1bef68a commit 7a4acc7
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 57 deletions.
2 changes: 1 addition & 1 deletion sandbox/index.html.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<p style="background-color:#eee; border: 1px solid #777; padding: 10px; font-size: .8em; line-height: 1.5em; font-family: Verdana, sans-serif;">You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example, so please don't edit or add those files. To get started make a copy of index.html.example and rename it to index.html.</p>

<video id="vid1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="264"
<video id="vid1" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" width="640" height="264"
poster="http://video-js.zencoder.com/oceans-clip.png"
data-setup='{}'>
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4'>
Expand Down
Binary file modified src/css/font/vjs.eot
Binary file not shown.
79 changes: 52 additions & 27 deletions src/css/font/vjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/css/font/vjs.ttf
Binary file not shown.
Binary file modified src/css/font/vjs.woff
Binary file not shown.
Loading

0 comments on commit 7a4acc7

Please # to comment.