Skip to content

Commit

Permalink
Add 9:16 aspect ratio mask for cool cats
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielee committed Feb 21, 2021
1 parent acecd30 commit 409c90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/animator/core/PreviewOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"Aspect ratio",
"aspectRatioMask",
PreviewOverlay.makeAspectRatioSVG,
[[2.39,1], [2.35,1], [16,9], [4,3], [3,2], [1,1]],
[[2.39,1], [2.35,1], [16,9], [4,3], [3,2], [1,1], [9, 16]],
{
defaultWidth: 2.39,
defaultHeight: 1,
Expand Down

0 comments on commit 409c90c

Please sign in to comment.