diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 6a2dffa5b..266ec4bb8 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -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] } } diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 51d0d00c8..c1bbd628e 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -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] } }