mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
Merge branch 'develop'
This commit is contained in:
commit
00a0f1534a
2 changed files with 3 additions and 5 deletions
|
@ -56,8 +56,6 @@
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
||||||
window.player = player;
|
|
||||||
|
|
||||||
player.on('resolutionchange', function(){
|
player.on('resolutionchange', function(){
|
||||||
console.info('Source changed to %s', player.src())
|
console.info('Source changed to %s', player.src())
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "videojs-test",
|
"name": "videojs-resolution-switcher",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"author": "Kasper Moskwiak",
|
"author": "Kasper Moskwiak",
|
||||||
"description": "A revolutionary plugin for video.js",
|
"description": "Resolution switcher for video.js 5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"videojs",
|
"videojs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue