aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-16 00:08:45 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-16 00:08:45 -0400
commit078abf5548a18945527f12dde1a79095bd30e50e (patch)
treeb3c215dc2f607901c02e8419ad69ba8fb45d1846 /src/client/views/nodes/VideoBox.tsx
parent02f5eed127280a6827ed57e86663291ce184495b (diff)
partially working zoom
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index 704030d85..a33155fff 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -166,6 +166,8 @@ export class VideoBox extends DocComponent<FieldViewProps, VideoDocument>(VideoD
this.Document.height = FieldValue(this.Document.width, 0) / youtubeaspect;
}
}
+
+ this.player && (this.player.style.transform = "");
}
componentWillUnmount() {