fix: prevent videos from clipping when in fullscreen mode (#1397)
Co-authored-by: Tomasz Rymkiewicz <kreha1@pm.me>
This commit is contained in:
parent
2128d11238
commit
36191c500f
2 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,7 @@ const userSettings = useUserSettings()
|
|||
controls
|
||||
rounded-lg
|
||||
object-cover
|
||||
fullscreen:object-contain
|
||||
:width="attachment.meta?.original?.width"
|
||||
:height="attachment.meta?.original?.height"
|
||||
:style="{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue