Sha256: 9c980b57cee776882b2b663a49e8d997c6bbd9a640c49963198a53181dbbc0ed
Contents?: true
Size: 561 Bytes
Versions: 15
Compression:
Stored size: 561 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" controls autoplay width="640" height="264" data-setup='{ "techOrder": ["dailymotion", "html5"], "sources": [{ "type": "video/dailymotion", "src": "https://www.dailymotion.com/video/x7t3la2"}] }' > </video> <script src="../node_modules/video.js/dist/video.js"></script> <script src="../dist/Dailymotion.js"></script> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems