From fd3cff5eae6663f99740d9a687ea02c56c6039cd Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Tue, 26 Aug 2014 16:18:12 +0200 Subject: [PATCH] add 360p to quickscan --- js/resolutionScan.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/resolutionScan.js b/js/resolutionScan.js index 561cfc2..dac3838 100644 --- a/js/resolutionScan.js +++ b/js/resolutionScan.js @@ -342,6 +342,12 @@ const quickScan = [ "height": 480, "ratio": "4:3" }, + { + "label": "360p", + "width": 640, + "height": 360, + "ratio": "16:9" + }, { "label": "CIF", "width": 352,