Skip to content

Commit

Permalink
Remove 16:10/10:16
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Oct 4, 2023
1 parent c4e10d3 commit 82ad733
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ export default function AspectRatioDropdown( { toggleProps } ) {
} }
value={ aspect }
aspectRatios={ [
{
title: __( '16:10' ),
aspect: 16 / 10,
},
{
title: __( '16:9' ),
aspect: 16 / 9,
Expand All @@ -101,10 +97,6 @@ export default function AspectRatioDropdown( { toggleProps } ) {
} }
value={ aspect }
aspectRatios={ [
{
title: __( '10:16' ),
aspect: 10 / 16,
},
{
title: __( '9:16' ),
aspect: 9 / 16,
Expand Down

0 comments on commit 82ad733

Please sign in to comment.