scrcpy/app/data/bash-completion
Romain Vimont f7c5f71ea0 Add --render-fit feature
Add an option to configure how the rendering fits the window.

The default, `--render-fit=letterbox`, preserves the aspect ratio
and fits the window as best as possible, adding black bars at
the top/bottom or left/right if needed. This has been the only behavior
scrcpy supported so far.

Another mode, `--render-fit=disabled`, renders the display at the
top-left corner without scaling. This mode will be useful for virtual
display resizing.
2026-04-19 12:20:38 +02:00
..
scrcpy Add --render-fit feature 2026-04-19 12:20:38 +02:00