Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <link href="https://vjs.zencdn.net/7.5.4/video-js.css" rel="stylesheet">
- <!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>
- </head>
- <body>
- <video id='my-video' class='video-js' controls preload='auto' width='640' height='600'
- data-setup='{}'>
- <source src='/programmering-eksamen/video/video.mp4' type='video/mp4'>
- <p class='vjs-no-js'>
- <a href='https://videojs.com/html5-video-support/' target='_blank'>supports HTML5 video</a>
- </p>
- </video>
- <script src='https://vjs.zencdn.net/7.5.4/video.js'></script>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement