We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813a1ab commit a9dfe3bCopy full SHA for a9dfe3b
src/main/Cutting.tsx
@@ -89,7 +89,7 @@ const Cutting: React.FC = () => {
89
return (
90
<div css={cuttingStyle}>
91
<CuttingHeader />
92
- <VideoPlayers refs={undefined} />
+ <VideoPlayers maxHeightInPixel={500} />
93
<div css={videosStyle(theme)}>
94
<Timeline
95
timelineHeight={260}
0 commit comments