Skip to content

Commit

Permalink
Remove 16:10 from Post Featured Image (#48969)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Mar 14, 2023
1 parent 979afc8 commit d7d7c81
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ const DimensionControls = ( {
label: __( 'Square' ),
value: '1',
},
{
label: __( '16:10' ),
value: '16/10',
},
{
label: __( '16:9' ),
value: '16/9',
Expand All @@ -112,10 +108,6 @@ const DimensionControls = ( {
label: __( '3:2' ),
value: '3/2',
},
{
label: __( '10:16' ),
value: '10/16',
},
{
label: __( '9:16' ),
value: '9/16',
Expand Down

1 comment on commit d7d7c81

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d7d7c81.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4417310789
📝 Reported issues:

Please sign in to comment.