summaryrefslogtreecommitdiff
path: root/web/css/player.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-06 08:51:16 +0300
committerPaul Buetow <paul@buetow.org>2026-05-06 08:51:16 +0300
commit24d736ce44ba4fe564a3af6fbd93ff55ace9d2a3 (patch)
tree5f551ddd02e045c90bcff64d70bacd2787dbe330 /web/css/player.css
parent728ef661402c57e44e1035c311341cf8c5f11922 (diff)
Add crop position/anchor control hotkeys
Diffstat (limited to 'web/css/player.css')
-rw-r--r--web/css/player.css1
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 {