fix video height in page question

This commit is contained in:
nflnkr 2024-06-17 17:21:26 +03:00
parent ee5d3448ab
commit a39b4d2879

@ -59,6 +59,7 @@ export const Page = ({ currentQuestion }: PageProps) => {
height: "calc(100% - 270px)",
maxHeight: "80%",
objectFit: "contain",
aspectRatio: "16 / 9",
}}
videoUrl={currentQuestion.content.video}
/>