Skip to content

Commit 5d89908

Browse files
committed
updated default resolution settings
1 parent 855ea86 commit 5d89908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/cli/init/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"background_color": "BLACK",
3030
"background_opacity": 1,
3131
"scene_names": "Default",
32-
"resolution": (854, 480),
32+
"resolution": (1080, 1920),
3333
}
3434

3535
__all__ = ["select_resolution", "update_cfg", "project", "scene"]

0 commit comments

Comments
 (0)