Skip to content

Commit

Permalink
UHF-10191: Fix typo on image style variants style names 575_2x to 576_2x
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Aug 26, 2024
1 parent 4e450b6 commit 000267a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function addFieldValues(ItemInterface $item) {
'1.5_756w_504h_LQ' => '1248_2x',
'1.5_682w_454h_LQ' => '992_2x',
'1.5_528w_352h_LQ' => '768_2x',
'1.5_434w_290h_LQ' => '575_2x',
'1.5_434w_290h_LQ' => '576_2x',
'1.5_1022w_682h_LQ' => '320_2x',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function addFieldValues(ItemInterface $item): void {
'1.5_756w_504h_LQ' => '1248_2x',
'1.5_682w_454h_LQ' => '992_2x',
'1.5_528w_352h_LQ' => '768_2x',
'1.5_434w_290h_LQ' => '575_2x',
'1.5_434w_290h_LQ' => '576_2x',
'1.5_1022w_682h_LQ' => '320_2x',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function addFieldValues(ItemInterface $item) {
'1.5_756w_504h_LQ' => '1248_2x',
'1.5_682w_454h_LQ' => '992_2x',
'1.5_528w_352h_LQ' => '768_2x',
'1.5_434w_290h_LQ' => '575_2x',
'1.5_434w_290h_LQ' => '576_2x',
'1.5_1022w_682h_LQ' => '320_2x',
];

Expand Down

0 comments on commit 000267a

Please sign in to comment.