Aspect ratios
export const shopstoryConfig = {
//...
aspectRatios: [
{
id: '9:4',
value: '9:4',
mapTo: "$panoramic"
},
{
id: '5:7',
value: '5:7'
},
{
id: '20:7',
value: '20:7'
},
{
id: '4:1',
value: '4:1',
label: 'Super panoramic' // custom label
},
{
id: '$portrait', // overriding built-in
value: '4:5' ,
mapTo: "$portrait"
}
],
}Master tokens for aspect ratios
id
Label
Default value
Last updated