diff options
author | Sam Potts <me@sampotts.me> | 2015-02-15 11:03:06 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-15 11:03:06 +1100 |
commit | 63c1d04d72845ecaf82df14ca06300b0d220def9 (patch) | |
tree | 34cb3dfd078ed81c75e1dc94ef85b9bf4b705c68 /docs | |
parent | 61970a948e0a75d6bdbb14f40370eb952765e70c (diff) | |
download | plyr-63c1d04d72845ecaf82df14ca06300b0d220def9.tar.lz plyr-63c1d04d72845ecaf82df14ca06300b0d220def9.tar.xz plyr-63c1d04d72845ecaf82df14ca06300b0d220def9.zip |
Improved plugin syntax, refactoring...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 598774e0..f139e58f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,9 +17,8 @@ <p>A simple HTML5 media player</p> </header> - <div class="player" id="myvid"> + <div class="player"> <div class="player-video"> - <div class="px-video-captions"></div> <video width="640" height="360" poster="../media/poster_PayPal_Austin2.jpg" controls> <!-- video files --> <source src="https://www.paypalobjects.com/webstatic/mktg/videos/PayPal_AustinSMB_baseline.mp4" type="video/mp4" /> |