mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Update better-xcloud.user.js
This commit is contained in:
parent
02db103a72
commit
f2dc102996
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@ -5112,7 +5112,7 @@ var resizeVideoPlayer = function() {
|
||||
height = Math.floor(height);
|
||||
$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