forked from 0x2620/pandora
config: ascending resolutions
This commit is contained in:
parent
2a2f06799b
commit
8a071282ea
2 changed files with 2 additions and 2 deletions
|
@ -719,6 +719,6 @@
|
|||
"previewRatio": 1.3333333333,
|
||||
//supported resolutions are
|
||||
//1080, 720, 480, 432, 360, 288, 240, 144, 96
|
||||
"resolutions": [480, 240, 96]
|
||||
"resolutions": [96, 240, 480]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -639,6 +639,6 @@
|
|||
"previewRatio": 1.3333333333,
|
||||
//supported resolutions are
|
||||
//1080, 720, 480, 432, 360, 288, 240, 144, 96
|
||||
"resolutions": [480, 240, 96]
|
||||
"resolutions": [96, 240, 480]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue