fix video height in page question
This commit is contained in:
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}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user