No description
Find a file
Kasper Moskwiak 940c95ae67 init
2015-07-27 18:12:42 +02:00
lib init 2015-07-27 18:12:42 +02:00
test init 2015-07-27 18:12:42 +02:00
.editorconfig init 2015-07-27 18:12:42 +02:00
.gitignore Initial commit 2015-07-27 18:10:32 +02:00
.jshintrc init 2015-07-27 18:12:42 +02:00
.npmignore init 2015-07-27 18:12:42 +02:00
example.html init 2015-07-27 18:12:42 +02:00
Gruntfile.js init 2015-07-27 18:12:42 +02:00
LICENSE-Apache-2.0 init 2015-07-27 18:12:42 +02:00
package.json init 2015-07-27 18:12:42 +02:00
README.md init 2015-07-27 18:12:42 +02:00

Video.js Test

A revolutionary plugin for video.js

Getting Started

Once you've added the plugin script to your page, you can use it with any video:

<script src="video.js"></script>
<script src="videojs-resolution-switcher.js"></script>
<script>
  videojs(document.querySelector('video')).test();
</script>

There's also a working example of the plugin you can check out if you're having trouble.

Documentation

Plugin Options

You may pass in an options object to the plugin upon initialization. This object may contain any of the following properties:

option

Type: boolean Default: true

An example boolean option that has no effect.

Release History

  • 0.1.0: Initial release