diff options
Diffstat (limited to 'docs/index.html')
-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" /> |