Skip to content

Instantly share code, notes, and snippets.

View drakunov's full-sized avatar
🏠
Working from home

Alexey Drakunov drakunov

🏠
Working from home
View GitHub Profile
@Heintzsight
Heintzsight / index.html
Created January 13, 2013 17:50
A CodePen by Matt. 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
<section id="wrapper">
<div class="videoContainer">
<video id="myVideo" controls preload="auto" poster="http://simplypx.com/images/vp_poster.jpg" width="380" >
<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">