Reorder and resize playback rate menu (#854)
Reorder playback rate from 3->0.25 to 0.25->3 and resize to include an additional visible playback rate (0.25->1.5)
This commit is contained in:
parent
f7c1392059
commit
f2f3274ea3
|
@ -94,18 +94,18 @@ export default Vue.extend({
|
|||
]
|
||||
},
|
||||
playbackRates: [
|
||||
0.25,
|
||||
0.5,
|
||||
0.75,
|
||||
1,
|
||||
1.25,
|
||||
1.5,
|
||||
1.75,
|
||||
2,
|
||||
2.25,
|
||||
2.5,
|
||||
3,
|
||||
2.75,
|
||||
3
|
||||
2.5,
|
||||
2.25,
|
||||
2,
|
||||
1.75,
|
||||
1.5,
|
||||
1.25,
|
||||
1,
|
||||
0.75,
|
||||
0.5,
|
||||
0.25
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -688,7 +688,7 @@ body.vjs-full-window {
|
|||
background-color: rgba(43, 51, 63, 0.7);
|
||||
position: absolute;
|
||||
bottom: 1.5em;
|
||||
max-height: 15em;
|
||||
max-height: 19em;
|
||||
}
|
||||
|
||||
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
|
||||
|
|
Loading…
Reference in New Issue