Skip to content

karanlyons/zoetrope.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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>

image

About

The HTML5 Media Player You Can Understand.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published