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,
|
alt,
|
||||||
onCloseVideo,
|
onCloseVideo,
|
||||||
inline,
|
inline,
|
||||||
aspectRatio = 0,
|
aspectRatio = 16 / 9,
|
||||||
link,
|
link,
|
||||||
blurhash,
|
blurhash,
|
||||||
}) => {
|
}) => {
|
||||||
|
|
Loading…
Reference in New Issue