diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
| commit | 8c32cd117abe79f4ee6cff3a950ffc35c95faeff (patch) | |
| tree | 5b63a4789351da4f2d9c1cd2e7007f67d43b3371 /web/css/player.css | |
| parent | 59c8870061465142306e7a6e5d3fcb344686cfe9 (diff) | |
Refine media browsing and set covers
Diffstat (limited to 'web/css/player.css')
| -rw-r--r-- | web/css/player.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/player.css b/web/css/player.css index c35cb07..45d80bc 100644 --- a/web/css/player.css +++ b/web/css/player.css @@ -129,7 +129,7 @@ } .player.crop-mode video { - object-fit: fill; + object-fit: cover; object-position: var(--crop-x, 50%) var(--crop-y, 50%); } |
