Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title>Youtube Videowall Demo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="stylesheet" href="http://vjs.zencdn.net/4.3/video-js.css">
    <link rel="stylesheet" href="https://rawgithub.com/several27/videojs-youtube-videowall/master/videojs.youtubeVideowall.css">
</head>
<body>
    <video id="video" class="video-js vjs-default-skin" controls preload="auto" width="640" height="360"> </video>
    <script type="text/javascript" src="http://vjs.zencdn.net/4.2/video.js"></script>
    <script type="text/javascript" src="https://rawgithub.com/eXon/videojs-youtube/master/vjs.youtube.js"></script>
    <script type="text/javascript" src="https://rawgithub.com/several27/videojs-youtube-videowall/master/videojs.youtubeVideowall.js"></script>
    <script type="text/javascript">
        videojs('video', {'techOrder': ['youtube'], 'src': 'http://www.youtube.com/watch?v=E63MXHrhqHw'}, function() 
        {
            this.youtubeVideowall(); 
        });
    </script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
several27pro
0viewers