Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
101 stars 11 forks source link

Display correct aspect ratio in preview window #77

Closed HotLoverGirl69 closed 8 months ago

HotLoverGirl69 commented 10 months ago

Hi

I configured manim to render in 2000x2000 pixel with

config.frame_size = (2000,2000)

The preview window stays in 16:9 and crops the output file.

Rickaym commented 8 months ago

Hey, If you are doing this in the python file, the manim sideview extension will not understand. Please use a configuration file instead.