fix: round video attachments too
parent
9b33c7c884
commit
c5304be775
|
@ -86,6 +86,7 @@ useIntersectionObserver(video, (entries) => {
|
||||||
playsinline
|
playsinline
|
||||||
controls
|
controls
|
||||||
border="~ base"
|
border="~ base"
|
||||||
|
rounded-lg
|
||||||
object-cover
|
object-cover
|
||||||
:width="attachment.meta?.original?.width"
|
:width="attachment.meta?.original?.width"
|
||||||
:height="attachment.meta?.original?.height"
|
:height="attachment.meta?.original?.height"
|
||||||
|
@ -106,6 +107,7 @@ useIntersectionObserver(video, (entries) => {
|
||||||
loop
|
loop
|
||||||
playsinline
|
playsinline
|
||||||
border="~ base"
|
border="~ base"
|
||||||
|
rounded-lg
|
||||||
object-cover
|
object-cover
|
||||||
:width="attachment.meta?.original?.width"
|
:width="attachment.meta?.original?.width"
|
||||||
:height="attachment.meta?.original?.height"
|
:height="attachment.meta?.original?.height"
|
||||||
|
|
Loading…
Reference in New Issue