Skip to content

Commit

Permalink
fix missing WP image settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipe committed Jun 20, 2022
1 parent 963cccc commit 26e228d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Settings/Wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public static function addImageSizes(array $sizes)
'medium_large',
'large',
])) {
$option_sizes[$size] = $values;
continue;
}

Expand Down

0 comments on commit 26e228d

Please sign in to comment.