Skip to content

Instantly share code, notes, and snippets.

@joshuashane
joshuashane / index.html
Created April 19, 2013 14:14
A CodePen by joshuashane. HTML5 Video Player UI - HTML5 video skin. Found a great tutorial that walks you through how to skin an html5 video. Works great and looks great! Try it out Tutorial: http://www.inwebson.com/html5/custom-html5-video-controls-with-jquery/ Original design here http://dribbble.com/shots/866381-Mini-Player
<div class="videoContainer">
<video id="myVideo" controls preload="auto" poster="http://simplypx.com/images/vp_poster.jpg" width="580" >
<source src="http://simplypx.com/images/Prometheus.mp4" type="video/mp4" />
<p>Your browser does not support the video tag.</p>
</video>
<div class="caption">Prometheus</div>
<div class="control">
<div class="btmControl">