diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-06 08:51:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-06 08:51:16 +0300 |
| commit | 24d736ce44ba4fe564a3af6fbd93ff55ace9d2a3 (patch) | |
| tree | 5f551ddd02e045c90bcff64d70bacd2787dbe330 /web/css/player.css | |
| parent | 728ef661402c57e44e1035c311341cf8c5f11922 (diff) | |
Add crop position/anchor control hotkeys
Diffstat (limited to 'web/css/player.css')
| -rw-r--r-- | web/css/player.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/css/player.css b/web/css/player.css index 7a8b561..c35cb07 100644 --- a/web/css/player.css +++ b/web/css/player.css @@ -130,6 +130,7 @@ .player.crop-mode video { object-fit: fill; + object-position: var(--crop-x, 50%) var(--crop-y, 50%); } .crop-indicator { |
