Skip to content

Commit a9dfe3b

Browse files
committed
Make videos in cutting view larger
Makes the video(s) in the cutting view a bit larger.
1 parent 813a1ab commit a9dfe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/Cutting.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const Cutting: React.FC = () => {
8989
return (
9090
<div css={cuttingStyle}>
9191
<CuttingHeader />
92-
<VideoPlayers refs={undefined} />
92+
<VideoPlayers maxHeightInPixel={500} />
9393
<div css={videosStyle(theme)}>
9494
<Timeline
9595
timelineHeight={260}

0 commit comments

Comments
 (0)