diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue
index dda5aaf0..8de135c8 100644
--- a/components/status/StatusAttachment.vue
+++ b/components/status/StatusAttachment.vue
@@ -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"