Video: fix default aspect ratio (16:9)
This commit is contained in:
parent
af49171cb9
commit
7a54e07966
|
@ -135,7 +135,7 @@ const Video: React.FC<IVideo> = ({
|
|||
alt,
|
||||
onCloseVideo,
|
||||
inline,
|
||||
aspectRatio = 0,
|
||||
aspectRatio = 16 / 9,
|
||||
link,
|
||||
blurhash,
|
||||
}) => {
|
||||
|
|
Loading…
Reference in New Issue