diff --git a/app/soapbox/features/video/index.tsx b/app/soapbox/features/video/index.tsx index 736fe8114..871e80774 100644 --- a/app/soapbox/features/video/index.tsx +++ b/app/soapbox/features/video/index.tsx @@ -135,7 +135,7 @@ const Video: React.FC = ({ alt, onCloseVideo, inline, - aspectRatio = 0, + aspectRatio = 16 / 9, link, blurhash, }) => {