diff options
author | Sam Potts <me@sampotts.me> | 2015-02-15 02:46:11 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-15 02:46:11 +1100 |
commit | 61970a948e0a75d6bdbb14f40370eb952765e70c (patch) | |
tree | 9e20fe6adbe9e8a35388551a76d806c1c86bfdde /docs/index.html | |
parent | f8c6dab92e3dcfbc62d3d47ea8bd857db37f95e8 (diff) | |
download | plyr-61970a948e0a75d6bdbb14f40370eb952765e70c.tar.lz plyr-61970a948e0a75d6bdbb14f40370eb952765e70c.tar.xz plyr-61970a948e0a75d6bdbb14f40370eb952765e70c.zip |
More styling
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 445b2ba5..598774e0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ <div class="player" id="myvid"> <div class="player-video"> - <div class="px-video-captions hide"></div> + <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" /> @@ -36,8 +36,6 @@ </div> </video> </div> - <!-- Inject these... --> - <div class="px-video-controls"></div> </div> <!-- Load SVG defs --> |