diff --git a/CHANGELOG.md b/CHANGELOG.md index fac9605d54..63e21f4d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ CHANGELOG * Added the option to provide an array of child components instead of an object [[view](https://github.com/videojs/video.js/pull/1093)] * Fixed casing on webkitRequestFullscreen [[view](https://github.com/videojs/video.js/pull/1101)] * Made tap events on mobile less sensitive to touch moves [[view](https://github.com/videojs/video.js/pull/1111)] +* Fixed the default flag for captions/subtitles tracks [[view](https://github.com/videojs/video.js/pull/1153)] -------------------- diff --git a/docs/guides/setup.md b/docs/guides/setup.md index 578442993f..706c6f4bd9 100644 --- a/docs/guides/setup.md +++ b/docs/guides/setup.md @@ -47,8 +47,7 @@ With Video.js you just use an HTML5 video tag to embed a video. Video.js will th - `video-js` applies styles that are required for Video.js functionality, like fullscreen and subtitles. - `vjs-default-skin` applies the default skin to the HTML controls, and can be removed or overridden to create your own controls design. -Otherwise include/exclude attributes, settings, sources, and tracks exactly as you would for HTML5 video. You may also need to add the video MIME types to your server configuration as documented [here](http://www.ewbooks.info/hotpot/hotpotatoes-xhtml5-audio-video) - +Otherwise include/exclude attributes, settings, sources, and tracks exactly as you would for HTML5 video.* ```html