From fefed2faee7808f75808f769496564d61d292d07 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 5 May 2022 11:58:41 -0400 Subject: fixed videobox ui sizing. added rotation for imageBoxs --- src/client/views/nodes/VideoBox.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/VideoBox.tsx') diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index c8b72990f..3b4c94562 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -694,7 +694,10 @@ export class VideoBox extends ViewBoxAnnotatableComponent + const scaling = (this.props.scaling?.() || 1); + return
@@ -745,7 +748,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent { e.stopPropagation(); this.toggleMute(); }}>
- e.stopPropagation()} onChange={(e: React.ChangeEvent) => this.setVolume(Number(e.target.value))} -- cgit v1.2.3-70-g09d2