ratios not sizes
This commit is contained in:
parent
1752b4026f
commit
2042d256f0
1 changed files with 2 additions and 2 deletions
|
@ -110,14 +110,14 @@ function ChannelForm(props: Props) {
|
||||||
onUpdate={v => handleThumbnailChange(v)}
|
onUpdate={v => handleThumbnailChange(v)}
|
||||||
currentValue={params.thumbnailUrl}
|
currentValue={params.thumbnailUrl}
|
||||||
assetName={'Thumbnail'}
|
assetName={'Thumbnail'}
|
||||||
recommended={__('Recommended size is 1:1')}
|
recommended={__('Recommended ratio is 1:1')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<SelectAsset
|
<SelectAsset
|
||||||
onUpdate={v => handleCoverChange(v)}
|
onUpdate={v => handleCoverChange(v)}
|
||||||
currentValue={params.coverUrl}
|
currentValue={params.coverUrl}
|
||||||
assetName={'Cover'}
|
assetName={'Cover'}
|
||||||
recommended={__('Recommended size is 10:1.6')}
|
recommended={__('Recommended ratio is 6.25:1')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<FormField
|
<FormField
|
||||||
|
|
Loading…
Reference in a new issue