mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-01 10:56:42 +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
|
||||
$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%';
|
||||
|
Reference in New Issue
Block a user