limit preview video height

This commit is contained in:
MarconLP 2023-07-21 05:44:22 +02:00
parent d415e024c1
commit ab9878b10c
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -379,7 +379,7 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
onPlay={() => posthog?.capture("recorder: played preview video")}
onPause={() => posthog?.capture("recorder: paused preview video")}
ref={videoRef}
className="mb-4 w-[75vw]"
className="mb-4 max-h-[75vh] w-[75vw]"
/>
) : null}
<div className="flex items-center justify-center">