Video: fix default aspect ratio (16:9)

This commit is contained in:
Alex Gleason 2022-09-30 20:32:24 -05:00
parent af49171cb9
commit 7a54e07966
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ const Video: React.FC<IVideo> = ({
alt, alt,
onCloseVideo, onCloseVideo,
inline, inline,
aspectRatio = 0, aspectRatio = 16 / 9,
link, link,
blurhash, blurhash,
}) => { }) => {