Skip to content

Commit a810f55

Browse files
authored
Update default resolution in CLI to match Manim’s 1920x1080 default settings (#4452)
* swapped height and width values * updated default resolution settings
1 parent dd04fce commit a810f55

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": (480, 854),
32+
"resolution": (1920, 1080),
3333
}
3434

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

0 commit comments

Comments
 (0)