Skip to content

Commit

Permalink
Update docs/examples/simple-embed/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: mister-ben <[email protected]>
  • Loading branch information
bruce-usab and mister-ben authored Nov 1, 2024
1 parent 74bfd31 commit bda2a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/simple-embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<video id="example_video_1" class="video-js" controls preload="none" width="640" height="264" poster="http://vjs.zencdn.net/v/oceans.png" data-setup="{}">
<source src="https://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
<source src="https://vjs.zencdn.net/v/oceans.webm" type="video/webm">
<source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
<source src="https://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
<track kind="captions" src="../shared/example-captions.vtt" srclang="en" label="English">
<track kind="subtitles" src="../shared/example-captions.vtt" srclang="en" label="English">
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
Expand Down

0 comments on commit bda2a4c

Please sign in to comment.