diff --git a/controllers/ConfigController.php b/controllers/ConfigController.php index cdafc45b..260ce31a 100644 --- a/controllers/ConfigController.php +++ b/controllers/ConfigController.php @@ -68,7 +68,7 @@ class ConfigController extends Controller { "width" => 1280, "height" => 720 ], - "cam_resize" => [ + "video_resize" => [ "width" => 640, "height" => 360 ], diff --git a/views/config/cau-hinh-nhan-dien.tpl b/views/config/cau-hinh-nhan-dien.tpl index adc83eef..755857d9 100644 --- a/views/config/cau-hinh-nhan-dien.tpl +++ b/views/config/cau-hinh-nhan-dien.tpl @@ -318,17 +318,17 @@
  • - +
  • diff --git a/web/js/config.js b/web/js/config.js index bbbca676..d3ccb1ca 100644 --- a/web/js/config.js +++ b/web/js/config.js @@ -56,7 +56,7 @@ function saveStep2(e) { "width": parseInt($("#text-c191").html()), "height": parseInt($("#text-c192").html()) }, - "cam_resize": { + "video_resize": { "width": parseInt($("#text-c1101").html()), "height": parseInt($("#text-c1102").html()) },