From 0638fbeb3c4441e215de0d8a8f56f09e13ecb0b9 Mon Sep 17 00:00:00 2001 From: Steven Saus Date: Sat, 26 Feb 2022 15:00:58 -0500 Subject: [PATCH] Fixed where setting resolution for LFBW broke zoom --- video-fzf-config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/video-fzf-config b/video-fzf-config index 62597b7..c12fff3 100755 --- a/video-fzf-config +++ b/video-fzf-config @@ -33,8 +33,9 @@ get_fake_cameras(){ fake_background (){ -#youtube resolution - "${LFBW}" -b "${file_in}" --no-foreground -w "${real_cam}" -v "${fake_cam}" -W 854 -H 480 +# youtube resolution - setting this in this way breaks Zoom + #"${LFBW}" -b "${file_in}" --no-foreground -w "${real_cam}" -v "${fake_cam}" -W 854 -H 480 + "${LFBW}" -b "${file_in}" --no-foreground -w "${real_cam}" -v "${fake_cam}" }