mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
init
This commit is contained in:
parent
2ef9608d5a
commit
940c95ae67
12 changed files with 452 additions and 0 deletions
16
lib/videojs-resolution-switcher.css
Normal file
16
lib/videojs-resolution-switcher.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.vjs-resolution-button {
|
||||
color: #ccc;
|
||||
font-family: VideoJS
|
||||
}
|
||||
|
||||
.vjs-resolution-button:before {
|
||||
content: '\f110'
|
||||
}
|
||||
|
||||
.vjs-resolution-button ul.vjs-menu-content {
|
||||
width: 4em !important;
|
||||
}
|
||||
|
||||
.vjs-resolution-button .vjs-menu {
|
||||
left: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue