Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Zoetrope

The HTML5 Media Player You Can Understand.

(That's still under development and almost—but not quite—ready for stable release.)

<html>
        <head>
                <script src="./zoetrope/themes/default/default.min.css"></script>
                <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
                <script src="./zoetrope/zoetrope.min.js"></script>
                <script>window.onload = zoetrope.init</script>
        </head>
        <body>
                <video class="zoetrope" poster="./poster.jpg" preload="metadata" infer="hover" controls>
                        <source src="./hd.mp4" data-quality="hd" />
                        <source src="./sd.mp4" />
                        <source src="./hd.webm" data-quality="hd" />
                        <source src="./sd.webm" />
                </video>
        </body>
</html>

http://thalia.karanlyons.com/1415130975/clippings/zoetrope.png

About

The HTML5 Media Player You Can Understand.

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages