mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Fix pink border when using Clarity feature in Logitech G Cloud
This commit is contained in:
parent
f291047b64
commit
02db103a72
@ -491,7 +491,7 @@ function resizeVideoPlayer() {
|
||||
// Update size
|
||||
$video.style.width = `${width}px`;
|
||||
$video.style.height = `${height}px`;
|
||||
$video.style.objectFit = 'fill';
|
||||
$video.style.objectFit = 'scale-down';
|
||||
} else {
|
||||
$video.style.width = '100%';
|
||||
$video.style.height = '100%';
|
||||
|
Loading…
x
Reference in New Issue
Block a user