diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index 9eb726e..e343db6 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -28,3 +28,7 @@ .vjs-resolution-button .vjs-menu { left: 0; } + +.vjs-resolution-button .vjs-menu li { + text-transform: none; +}