language stringclasses 1
value | owner stringlengths 2 15 | repo stringlengths 2 21 | sha stringlengths 45 45 | message stringlengths 7 36.3k | path stringlengths 1 199 | patch stringlengths 15 102k | is_multipart bool 2
classes |
|---|---|---|---|---|---|---|---|
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/angular.md | @@ -21,7 +21,7 @@ import videojs from 'video.js';
})
export class VjsPlayerComponent implements OnInit, OnDestroy {
@ViewChild('target', {static: true}) target: ElementRef;
- // see options: https://github.com/videojs/video.js/blob/master/docs/guides/options.md
+ // see options: https://github.com/videojs/video.... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/audio-tracks.md | @@ -139,7 +139,7 @@ the different languages available as alternate audio tracks.
The valid [BCP 47](https://tools.ietf.org/html/bcp47) code for the language of the audio
track, e.g. `"en"` for English or `"es"` for Spanish.
-For supported language translations, please see the [languages folder (/lang)](https://gith... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/faq.md | @@ -279,9 +279,9 @@ Yes! See [ReactJS integration example][react-guide].
[autoplay-option]: /docs/guides/options.md#autoplay
-[contributing-issues]: https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md#filing-issues
+[contributing-issues]: https://github.com/videojs/video.js/blob/main/CONTRIBUTING.md#fi... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/languages.md | @@ -153,4 +153,4 @@ For all existing/supported languages, please see the [languages folder (`lang/`)
[lang-codes]: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
-[translations-needed]: https://github.com/videojs/video.js/blob/master/docs/translations-needed.md
+[translations-ne... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/middleware.md | @@ -194,7 +194,7 @@ var myMiddleware = function(player) {
videojs.use('*', myMiddleware);
```
-This middleware allows the call to `play()` to go through to the `Tech`, and checks in `play` whether the play succeeded or not. A more detailed example can be found in our [sandbox](https://github.com/videojs/video.js/bl... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/plugins.md | @@ -374,6 +374,6 @@ These events work for both basic and advanced plugins. They are triggered on the
[spellbook]: https://github.com/videojs/spellbook
-[standards]: https://github.com/videojs/generator-videojs-plugin/blob/master/docs/standards.md
+[standards]: https://github.com/videojs/generator-videojs-plugin/bl... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/skins.md | @@ -36,7 +36,7 @@ When `VIDEOJS_NO_DYNAMIC_STYLE` is set, `Player#width()` and `Player#height()` w
Video.js ships with a number of icons built into the skin via an icon font.
-You can view all of the icons available in the default skin by renaming [`sandbox/icons.html.example`](https://github.com/videojs/video.js/... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/tech.md | @@ -8,7 +8,7 @@ In addition to techs there are source handlers. Source handlers add the capabili
## Building an API Wrapper
-We'll write a more complete guide on writing a wrapper soon, but for now the best resource is the [Video.js](https://github.com/videojs/video.js/tree/master/src/js/tech) source where you can... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/text-tracks.md | @@ -91,7 +91,7 @@ The boolean `default` attribute can be used to indicate that a track's mode shou
The valid [BCP 47](https://tools.ietf.org/html/bcp47) code for the language of the text track, e.g. `"en"` for English or `"es"` for Spanish.
-For supported language translations, please see the [languages folder (/l... | true |
Other | videojs | video.js | e240396f5a51ad2bc07b6bcca37a2dd25408d32b.json | docs: change master to main (#7050) | docs/guides/video-tracks.md | @@ -127,7 +127,7 @@ The label for the track that will be shown to the user. For example, in a menu t
The valid [BCP 47](https://tools.ietf.org/html/bcp47) code for the language of the video track, e.g. `"en"` for English or `"es"` for Spanish.
-For supported language translations, please see the [languages folder ... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/audio-track-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>AudioTrackButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,7... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/big-play-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>BigPlayButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Button</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="s... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/caption-settings-menu-item.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>CaptionSettingsMenuItem</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700itali... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/captions-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>CaptionsButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/captions-track.html | @@ -9,8 +9,11 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css">
<link rel="stylesheet" type="text/css" href="css/api-docs.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mode... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/chapters-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ChaptersButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/chapters-track-menu-item.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ChaptersTrackMenuItem</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/chapters-track.html | @@ -9,8 +9,11 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css">
<link rel="stylesheet" type="text/css" href="css/api-docs.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mode... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/clickable-component.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ClickableComponent</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/close-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>CloseButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/component.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Component</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/control-bar.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ControlBar</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" re... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/css/api-docs.css | @@ -118,4 +118,19 @@ div.section {
.deprecated {
color: #990000;
+}
+
+.legacydocsnote {
+ background-color: #ffdddd;
+ border: 2px solid #ff0000;
+ text-align: center;
+ margin: 1em auto;
+ padding: 1em;
+ width: 80%;
+}
+
+.legacydocsnote::before {
+ content: "⚠️";
+ font-size: 200%;
+... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/css/api-index.css | @@ -50,4 +50,19 @@ div.indexColumn {
}
div, .section {
border: none;
+}
+
+.legacydocsnote {
+ background-color: #ffdddd;
+ border: 2px solid #ff0000;
+ text-align: center;
+ margin: 1em auto;
+ padding: 1em;
+ width: 80%;
+}
+
+.legacydocsnote::before {
+ content: "⚠️";
+ font-size: 200%... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/current-time-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>CurrentTimeDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/custom-control-spacer.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>CustomControlSpacer</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,40... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/duration-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>DurationDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,70... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/error-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ErrorDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" ... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/flash.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Flash</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="st... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/fullscreen-toggle.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>FullscreenToggle</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,7... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/html-track-element.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>HTMLTrackElement</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,7... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/html5.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Html5</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="st... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/index.html | @@ -8,8 +8,11 @@
<!-- there are many other style for highlighted code here: https://cdnjs.com/libraries/highlight.js -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css">
<link rel="stylesheet" type="text... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/live-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>LiveDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/load-progress-bar.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>LoadProgressBar</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,70... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/loader.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>MediaLoader</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/loading-spinner.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>LoadingSpinner</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/menu-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>MenuButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" re... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/menu-item.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>MenuItem</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel=... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/menu.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Menu</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="sty... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/modal-dialog.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ModalDialog</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/mouse-time-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>MouseTimeDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,7... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/mute-toggle.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>MuteToggle</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" re... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/off-text-track-menu-item.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>OffTextTrackMenuItem</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,4... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/play-progress-bar.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>PlayProgressBar</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,70... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/play-toggle.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>PlayToggle</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" re... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/playback-rate-menu-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>PlaybackRateMenuButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/playback-rate-menu-item.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>PlaybackRateMenuItem</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,4... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/player.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Player</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="s... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/popup-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>PopupButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/popup.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Popup</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="st... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/poster-image.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>PosterImage</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/progress-control.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>ProgressControl</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,70... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/remaining-time-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>RemainingTimeDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,4... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/seek-bar.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>SeekBar</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/seekhandle.html | @@ -9,8 +9,11 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css">
<link rel="stylesheet" type="text/css" href="css/api-docs.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mode... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/slider.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Slider</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="s... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/spacer.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Spacer</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="s... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/subtitles-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>SubtitlesButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,70... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/subtitlestrack.html | @@ -9,8 +9,11 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css">
<link rel="stylesheet" type="text/css" href="css/api-docs.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mode... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/tech.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Tech</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="sty... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/text-track-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>TextTrackButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,70... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/text-track-display.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>TextTrackDisplay</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,7... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/text-track-menu-item.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>TextTrackMenuItem</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/text-track-settings.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>TextTrackSettings</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/texttrack.html | @@ -9,8 +9,11 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css">
<link rel="stylesheet" type="text/css" href="css/api-docs.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mode... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/time-divider.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>TimeDivider</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/video.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>videojs</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/volume-bar.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>VolumeBar</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/volume-control.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>VolumeControl</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/volume-level.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>VolumeLevel</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" r... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/api/volume-menu-button.html | @@ -1,6 +1,9 @@
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>VolumeMenuButton</title><script src="//use.edgefonts.net/source-code-pro.js">
// font for code blocks
-</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,7... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/css/guides.css | @@ -154,5 +154,20 @@ div.section {
}
.deprecated {
- color: #990000;
+ color: #990001;
+}
+
+.legacydocsnote {
+ background-color: #ffdddd;
+ border: 2px solid #ff0000;
+ text-align: center;
+ margin: 1em auto;
+ padding: 1em;
+ width: 80%;
+}
+
+.legacydocsnote::before {
+ content: "⚠️";... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/examples/elephantsdream/index.html | @@ -17,8 +17,11 @@
});
</script>
+<link rel="canonical" href="https://docs.videojs.com">
</head>
<body>
+<p class="legacydocsnote">This documentation is for an outdated version of Video.js. See <a href="https://docs.videojs.com">documentation for the current release</a>.
+
<p style="background-color:#eee... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/examples/simple-embed/index.html | @@ -8,9 +8,12 @@
<script src="http://vjs.zencdn.net/ie8/1.1.0/videojs-ie8.min.js"></script>
<script src="http://vjs.zencdn.net/5.0.2/video.js"></script>
+<link rel="canonical" href="https://docs.videojs.com">
</head>
<body>
+<p class="legacydocsnote">This documentation is for an outdated version of Vide... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/api.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/audio-tracks.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/components.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/glossary.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/languages.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/options.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/plugins.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/removing-players.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/setup.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/skins.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/tech.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/text-tracks.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/tracks.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/guides/video-tracks.html | @@ -6,8 +6,11 @@
<link rel="stylesheet" type="text/css" href="../css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/sola... | true |
Other | videojs | video.js | f87297b20e229f3bed7993486ecb3aeabf9572ef.json | docs: Add note to legacy notes (#7022)
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that. | docs/legacy-docs/index.html | @@ -14,8 +14,11 @@
vertical-align: top;
}
</style>
+<link rel="canonical" href="https://docs.videojs.com/">
</head>
<body>
+<p class="legacydocsnote">This documentation is for an outdated version of Video.js. See <a href="https://docs.videojs.com/">documentation for the current release</a>.
+
<div id=... | true |
Other | videojs | video.js | 3e30f83bb10007a240b2a6372273d87d5b1d143d.json | fix(time-display): add a null check for text node (#6977)
fixes #6699
closes #6700 | src/js/control-bar/time-controls/time-display.js | @@ -5,6 +5,7 @@ import document from 'global/document';
import Component from '../../component.js';
import * as Dom from '../../utils/dom.js';
import formatTime from '../../utils/format-time.js';
+import log from '../../utils/log.js';
/**
* Displays time information about the video
@@ -86,7 +87,13 @@ class Time... | false |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/autoplay-tests.html.example | @@ -12,7 +12,7 @@
<div id="fixture">
</div>
<div id="start-test">
- <video id='start-test-video' height=264 width=640 src="http://vjs.zencdn.net/v/oceans.mp4" controls></video>
+ <video id='start-test-video' height=264 width=640 src="https://vjs.zencdn.net/v/oceans.mp4" controls></video>
<p>Press pl... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/combined-tracks.html.example | @@ -29,7 +29,7 @@
<track kind="subtitles" src="//d2zihajmogu5jn.cloudfront.net/elephantsdream/captions.sv.vtt" srclang="sv" label="Swedish">
<track kind="subtitles" src="//d2zihajmogu5jn.cloudfront.net/elephantsdream/captions.ru.vtt" srclang="ru" label="Russian">
<track kind="subtitles" src="//d2zihajmog... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/descriptions.html.example | @@ -23,7 +23,7 @@
ANY text tracks -->
<video id="example_video_1" class="video-js" controls preload="none" width="640" height="360"
data-setup='{ "html5" : { "nativeTextTracks" : false } }'
- poster="http://d2zihajmogu5jn.cloudfront.net/elephantsdream/poster.png">
+ poster="//d2zihajmog... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/embeds.html.example | @@ -16,7 +16,7 @@
<!-- Set the location of the flash SWF -->
<script>
- // videojs.options.flash.swf = 'http://vjs.zencdn.net/swf/5.3/video-js.swf';
+ // videojs.options.flash.swf = 'https://vjs.zencdn.net/swf/5.3/video-js.swf';
videojs.options.flash.swf = 'http://localhost:8000/video-js-swf/dist/vid... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/flash.html.example | @@ -23,13 +23,13 @@
</div>
<video id="vid1" class="video-js" controls preload="auto" width="640" height="264"
- poster="http://vjs.zencdn.net/v/oceans.png"
+ poster="https://vjs.zencdn.net/v/oceans.png"
data-setup=''>
- <source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4">
- ... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/focus-visible.html.example | @@ -22,13 +22,13 @@
</div>
<video id="vid1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="264"
- poster="http://vjs.zencdn.net/v/oceans.png"
+ poster="https://vjs.zencdn.net/v/oceans.png"
data-setup='{"controlBar": {"volumePanel": {"inline": false}}}'>
- <sour... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/hls.html.example | @@ -22,7 +22,7 @@
height="264">
<source src="https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8" type="application/x-mpegURL">
<track kind="captions" src="../bad-captions.vtt" srclang="en" label="English">
- <p class="vjs-no-js">To view this video please enable JavaScript, ... | true |
Other | videojs | video.js | ca2d78fcd4cf25cf3c084f279dda306516cb267f.json | chore(sandbox): switch all urls to https (#6946) | sandbox/hotkeys.html.example | @@ -41,7 +41,7 @@
<source src="//vjs.zencdn.net/v/oceans.webm" type="video/webm">
<source src="//vjs.zencdn.net/v/oceans.ogv" type="video/ogg">
<track kind="captions" src="../docs/examples/shared/example-captions.vtt" srclang="en" label="English">
- <p class="vjs-no-js">To view this vi... | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.