kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Video: fix default aspect ratio (16:9)
rodzic
af49171cb9
commit
7a54e07966
|
@ -135,7 +135,7 @@ const Video: React.FC<IVideo> = ({
|
|||
alt,
|
||||
onCloseVideo,
|
||||
inline,
|
||||
aspectRatio = 0,
|
||||
aspectRatio = 16 / 9,
|
||||
link,
|
||||
blurhash,
|
||||
}) => {
|
||||
|
|
Ładowanie…
Reference in New Issue