fix: round video attachments too

This commit is contained in:
patak 2023-01-01 11:54:58 +01:00
parent 9b33c7c884
commit c5304be775

View file

@ -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"