mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
fix: round video attachments too
This commit is contained in:
parent
9b33c7c884
commit
c5304be775
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ useIntersectionObserver(video, (entries) => {
|
|||
playsinline
|
||||
controls
|
||||
border="~ base"
|
||||
rounded-lg
|
||||
object-cover
|
||||
:width="attachment.meta?.original?.width"
|
||||
:height="attachment.meta?.original?.height"
|
||||
|
@ -106,6 +107,7 @@ useIntersectionObserver(video, (entries) => {
|
|||
loop
|
||||
playsinline
|
||||
border="~ base"
|
||||
rounded-lg
|
||||
object-cover
|
||||
:width="attachment.meta?.original?.width"
|
||||
:height="attachment.meta?.original?.height"
|
||||
|
|
Loading…
Reference in a new issue