mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Fix pink border when using Clarity feature in Logitech G Cloud
This commit is contained in:
@@ -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%';
|
||||||
|
Reference in New Issue
Block a user