Nitpicky detail: resolution placeholders aren't 16x9 (#2801)

* Update config-constants.tsx

* Update width placeholder
This commit is contained in:
Rehan Ahmed 2023-03-13 07:44:50 +05:00 committed by GitHub
parent 8009285484
commit 3dd990463d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {