Skip to content

Commit

Permalink
@mister-ben updated CDN urls in setup guide. closes #2984
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored and gkatsev committed Jan 15, 2016
1 parent 6977b0e commit c901fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CHANGELOG

## HEAD (Unreleased)
* @gkasev updated vjs to correctly return already created player when given an element ([view](https://github.com/videojs/video.js/pull/3006))
* @mister-ben updated CDN urls in setup guide ([view](https://github.com/videojs/video.js/pull/2984))

--------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ You can download the Video.js source and host it on your own servers, or use the

### CDN Version ###
```html
<link href="//vjs.zencdn.net/4.12/video-js.min.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.12/video.min.js"></script>
<link href="//vjs.zencdn.net/5.4.6/video-js.min.css" rel="stylesheet">
<script src="//vjs.zencdn.net/5.4.6/video.min.js"></script>
```

We include a stripped down Google Analytics pixel that tracks a random percentage (currently 1%) of players loaded from the CDN. This allows us to see (roughly) what browsers are in use in the wild, along with other useful metrics such as OS and device. If you'd like to disable analytics, you can simply include the following global **before** including Video.js:
Expand Down

0 comments on commit c901fce

Please sign in to comment.