mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Nitpicky detail: resolution placeholders aren't 16x9 (#2801)
* Update config-constants.tsx * Update width placeholder
This commit is contained in:
parent
8009285484
commit
3dd990463d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue