Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e149d09

Browse files
toger5turt2live
andauthored
Update src/settings/enums/ImageSize.ts
Co-authored-by: Travis Ralston <[email protected]>
1 parent dec055d commit e149d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/enums/ImageSize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
const SIZE_LARGE = { w: 800, h: 600 };
2020

2121
// For Normal the image gets drawn to never exceed SIZE_NORMAL.w, SIZE_NORMAL.h
22-
// constraint by: timeline width, manual heigh overrides
22+
// constraint by: timeline width, manual height overrides
2323
const SIZE_NORMAL = { w: 324, h: 324 * (16/9) }; // Portrait images should be the same width than landscape
2424

2525
export enum ImageSize {

0 commit comments

Comments
 (0)