mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	Nitpicky detail: resolution placeholders aren't 16x9 (#2801)
* Update config-constants.tsx * Update width placeholder
This commit is contained in:
		@ -348,7 +348,7 @@ export const VIDEO_VARIANT_SETTING_DEFAULTS = {
 | 
				
			|||||||
    fieldName: 'scaledWidth',
 | 
					    fieldName: 'scaledWidth',
 | 
				
			||||||
    label: 'Resized Width',
 | 
					    label: 'Resized Width',
 | 
				
			||||||
    maxLength: 4,
 | 
					    maxLength: 4,
 | 
				
			||||||
    placeholder: '1080',
 | 
					    placeholder: '1280',
 | 
				
			||||||
    tip: "Optionally resize this content's width.",
 | 
					    tip: "Optionally resize this content's width.",
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  scaledHeight: {
 | 
					  scaledHeight: {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user