Sha256: ff8f84ffff470f065fbfb8389a2f16fdc7981baf705f505a2adf504d55e69ecb
Contents?: true
Size: 548 Bytes
Versions: 15
Compression:
Stored size: 548 Bytes
Contents
<!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="../node_modules/video.js/dist/video-js.min.css" /> </head> <body> <video id="vid1" class="video-js vjs-default-skin" width="640" height="264" data-setup='{ "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/watch?v=xjS6SftYQaQ"}], "youtube": { "ytControls": 2 } }' > </video> <script src="../node_modules/video.js/dist/video.js"></script> <script src="../dist/Youtube.js"></script> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems