mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
Adding a new 1440p resolution
This commit is contained in:
parent
85f1e51c8b
commit
e8f6ab52e5
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@
|
||||||
// Map youtube qualities names
|
// Map youtube qualities names
|
||||||
var _yts = {
|
var _yts = {
|
||||||
highres: {res: 1080, label: '1080', yt: 'highres'},
|
highres: {res: 1080, label: '1080', yt: 'highres'},
|
||||||
|
hd1440: {res: 1440, label: '1440', yt: 'hd1440'},
|
||||||
hd1080: {res: 1080, label: '1080', yt: 'hd1080'},
|
hd1080: {res: 1080, label: '1080', yt: 'hd1080'},
|
||||||
hd720: {res: 720, label: '720', yt: 'hd720'},
|
hd720: {res: 720, label: '720', yt: 'hd720'},
|
||||||
large: {res: 480, label: '480', yt: 'large'},
|
large: {res: 480, label: '480', yt: 'large'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue