Sha256: 8ae002f8a0d1ab1a4ea4819f08751d3157eb8452003b9751f179d507d1c25f9b
Contents?: true
Size: 555 Bytes
Versions: 15
Compression:
Stored size: 555 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" controls data-setup='{ "techOrder": ["dailymotion"], "sources": [{ "type": "video/dailymotion", "src": "https://www.dailymotion.com/video/x7t3la2?playlist=x6lgtp"}] }' > </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