mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
videojs rc52 update
This commit is contained in:
parent
d45e486fd4
commit
38436a4f93
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Video.js Resolution Switcher
|
# Video.js Resolution Switcher
|
||||||
|
|
||||||
Resolution switcher for [video.js](https://github.com/videojs/video.js) build for [5.0.0-rc.29](https://github.com/videojs/video.js/tree/v5.0.0-rc.29)
|
Resolution switcher for [video.js](https://github.com/videojs/video.js) build for [5.0.0-rc.52](https://github.com/videojs/video.js/tree/v5.0.0-rc.52)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
.vjs-resolution-button ul.vjs-menu-content {
|
.vjs-resolution-button ul.vjs-menu-content {
|
||||||
width: 4em !important;
|
width: 4em !important;
|
||||||
|
right: -7em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-resolution-button .vjs-menu {
|
.vjs-resolution-button .vjs-menu {
|
||||||
|
|
|
@ -20,10 +20,10 @@
|
||||||
"grunt-contrib-uglify": "^0.2",
|
"grunt-contrib-uglify": "^0.2",
|
||||||
"grunt-contrib-watch": "^0.4",
|
"grunt-contrib-watch": "^0.4",
|
||||||
|
|
||||||
"video.js": "^5.0.0-rc.29",
|
"video.js": "^5.0.0-rc.52",
|
||||||
"qunitjs": "^1.12"
|
"qunitjs": "^1.12"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"video.js": "^5.0.0-rc.29"
|
"video.js": "^5.0.0-rc.52"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue