Browse Source

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

* Update config-constants.tsx

* Update width placeholder
pull/2810/head
Rehan Ahmed 2 years ago committed by GitHub
parent
commit
3dd990463d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -348,7 +348,7 @@ export const VIDEO_VARIANT_SETTING_DEFAULTS = { @@ -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: {

Loading…
Cancel
Save