From 92eac13caa393d7bfe5b6bfefa6d683fd2c6b9e4 Mon Sep 17 00:00:00 2001 From: Matthew McClure Date: Wed, 7 May 2014 15:31:02 -0700 Subject: [PATCH] More explicit MIME type note Added a more explicit MIME type note in setup. Moved to a footnote and made comment more verbose to avoid confusion. --- docs/guides/setup.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/setup.md b/docs/guides/setup.md index 578442993..706c6f4bd 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