Skip to content

Commit 0211d73

Browse files
authored
chore(docs): use https URLs in noUITitleAtttributes example (#7809)
1 parent 9ca2e87 commit 0211d73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sandbox/noUITitleAttributes.html.example

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
</div>
2323

2424
<video id="vid1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="264"
25-
poster="http://vjs.zencdn.net/v/oceans.png"
25+
poster="https://vjs.zencdn.net/v/oceans.png"
2626
data-setup='{"controlBar": {"volumePanel": {"inline": false}}, "noUITitleAttributes" : true}'>
27-
<source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
28-
<source src="http://vjs.zencdn.net/v/oceans.webm" type="video/webm">
29-
<source src="http://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
27+
<source src="https://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
28+
<source src="https://vjs.zencdn.net/v/oceans.webm" type="video/webm">
29+
<source src="https://vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
3030
<track kind="captions" src="../docs/examples/shared/example-captions.vtt" srclang="en" label="English">
31-
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
31+
<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>
3232
</video>
3333
<p>This demo shows the effect of setting the <strong>noUITitleAttributes</strong> option for video.js. It also includes the <strong>:focus-visible</strong> polyfill (see focus-visible.html)</p>
3434
<script>

0 commit comments

Comments
 (0)