Skip to content

Commit

Permalink
chore(docs): use https URLs in example
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed May 10, 2023
1 parent fa4be5c commit e835ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<body>
<video id="videojs-sprite-thumbnails-player" class="video-js vjs-default-skin"
data-setup='{"aspectRatio":"12:5"}' controls>
<source src="//vjs.zencdn.net/v/oceans.mp4" type='video/mp4'>
<source src="//vjs.zencdn.net/v/oceans.webm" type='video/webm'>
<source src="https://vjs.zencdn.net/v/oceans.mp4" type='video/mp4'>
<source src="https://vjs.zencdn.net/v/oceans.webm" type='video/webm'>
</video>
<ul>
<li><a href="/test/debug.html">Run unit tests in browser.</a></li>
Expand Down

0 comments on commit e835ec6

Please sign in to comment.