kalle
05/14/2023, 6:55 PMcrp87
05/15/2023, 5:00 AMpublic $mediaParams = [
'content_image' => [
'default' => [
[
'name' => 'default',
'ratio' => 16 / 9,
],
],
'mobile' => [
[
'name' => 'landscape',
'ratio' => 16 / 9,
],
],
],
];
but also without this definition the error appearscrp87
05/15/2023, 8:17 AM