Fix pink border when using Clarity feature in Logitech G Cloud

This commit is contained in:
redphx 2024-05-29 20:19:36 +07:00
parent f291047b64
commit 02db103a72

View File

@ -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%';