mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add '1.75' playback speed
This commit is contained in:
parent
1ae7b646b3
commit
e8a56e0fea
3 changed files with 6 additions and 2 deletions
|
@ -322,6 +322,10 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
order: 6;
|
||||
}
|
||||
|
||||
.vjs-playback-rate > .vjs-menu {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.vjs-control-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var options = {
|
||||
preload: 'auto',
|
||||
liveui: true,
|
||||
playbackRates: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 2.0],
|
||||
playbackRates: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0],
|
||||
controlBar: {
|
||||
children: [
|
||||
'playToggle',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue