From a39b4d28797e5662a74e8384e3aeb4b99dd143a8 Mon Sep 17 00:00:00 2001 From: nflnkr Date: Mon, 17 Jun 2024 17:21:26 +0300 Subject: [PATCH] fix video height in page question --- lib/components/ViewPublicationPage/questions/Page/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/ViewPublicationPage/questions/Page/index.tsx b/lib/components/ViewPublicationPage/questions/Page/index.tsx index c8896dc..c63f6e4 100644 --- a/lib/components/ViewPublicationPage/questions/Page/index.tsx +++ b/lib/components/ViewPublicationPage/questions/Page/index.tsx @@ -59,6 +59,7 @@ export const Page = ({ currentQuestion }: PageProps) => { height: "calc(100% - 270px)", maxHeight: "80%", objectFit: "contain", + aspectRatio: "16 / 9", }} videoUrl={currentQuestion.content.video} />