diff --git a/README.md b/README.md index 75f553d..1452051 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index 4e42057..57bafa1 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -9,6 +9,7 @@ .vjs-resolution-button ul.vjs-menu-content { width: 4em !important; + right: -7em !important; } .vjs-resolution-button .vjs-menu { diff --git a/package.json b/package.json index 788e3e4..353a266 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "grunt-contrib-uglify": "^0.2", "grunt-contrib-watch": "^0.4", - "video.js": "^5.0.0-rc.29", + "video.js": "^5.0.0-rc.52", "qunitjs": "^1.12" }, "peerDependencies": { - "video.js": "^5.0.0-rc.29" + "video.js": "^5.0.0-rc.52" } }