From 3dd990463dba8e42b6b50cf400e3bb74fe568a9e Mon Sep 17 00:00:00 2001 From: Rehan Ahmed <73068765+Rehan-stack@users.noreply.github.com> Date: Mon, 13 Mar 2023 07:44:50 +0500 Subject: [PATCH] Nitpicky detail: resolution placeholders aren't 16x9 (#2801) * Update config-constants.tsx * Update width placeholder --- web/utils/config-constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 929d4d1f2..13aefc777 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -348,7 +348,7 @@ export const VIDEO_VARIANT_SETTING_DEFAULTS = { fieldName: 'scaledWidth', label: 'Resized Width', maxLength: 4, - placeholder: '1080', + placeholder: '1280', tip: "Optionally resize this content's width.", }, scaledHeight: {