Hello, I am still new to CasparCG
From a new installation, I cannot seem to get to change the default behaviour.
All modes: fill, uniform, uniform_to_fill has the same result where the image stretches to fit the entire area.
Ideally, I want the images/video to keep its aspect ratio and have either the same behaviour as CSS’s cover or contain properties
<channel>
<video-mode>720p5000</video-mode>
<consumers>
<screen>
<aspect-ratio>16:9</aspect-ratio>
<stretch>uniform</stretch> <!--stretch>fill [none|fill|uniform|uniform_to_fill]</stretch-->
<borderless>true</borderless>
</screen>
<system-audio />
</consumers>
</channel>