mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57: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
|
// Update size
|
||||||
$video.style.width = `${width}px`;
|
$video.style.width = `${width}px`;
|
||||||
$video.style.height = `${height}px`;
|
$video.style.height = `${height}px`;
|
||||||
$video.style.objectFit = 'fill';
|
$video.style.objectFit = 'scale-down';
|
||||||
} else {
|
} else {
|
||||||
$video.style.width = '100%';
|
$video.style.width = '100%';
|
||||||
$video.style.height = '100%';
|
$video.style.height = '100%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user