Skip to content

Commit

Permalink
add 1:1 (Square) as a suggestible ratio for composer trail images
Browse files Browse the repository at this point in the history
  • Loading branch information
twrichards committed Feb 20, 2025
1 parent 0fd5d49 commit 4e19d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/fronts/suggestAlternateCrops.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const SUGGEST_ALTERNATE_CROP_QUERY_SELECTOR =
const SUGGESTIBLE_CROP_RATIOS = {
"5:4": "Landscape",
"4:5": "Portrait",
"1:1": "Square",
};

const gridTopLevelDomain = window.location.hostname.endsWith(".gutools.co.uk")
Expand Down

0 comments on commit 4e19d9c

Please sign in to comment.