Video: fix default aspect ratio (16:9)

environments/review-video-tsx-hu3pxf/deployments/1078
Alex Gleason 2 years ago
parent af49171cb9
commit 7a54e07966
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save