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} />