limit preview video height
This commit is contained in:
parent
d415e024c1
commit
ab9878b10c
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
|
||||||
onPlay={() => posthog?.capture("recorder: played preview video")}
|
onPlay={() => posthog?.capture("recorder: played preview video")}
|
||||||
onPause={() => posthog?.capture("recorder: paused preview video")}
|
onPause={() => posthog?.capture("recorder: paused preview video")}
|
||||||
ref={videoRef}
|
ref={videoRef}
|
||||||
className="mb-4 w-[75vw]"
|
className="mb-4 max-h-[75vh] w-[75vw]"
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
<div className="flex items-center justify-center">
|
<div className="flex items-center justify-center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue