diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue index 515271b0..e10bc8eb 100644 --- a/components/status/StatusAttachment.vue +++ b/components/status/StatusAttachment.vue @@ -54,70 +54,97 @@ const type = $computed(() => { - - - - - - - - - - - - + :width="attachment.meta?.original?.width" + :height="attachment.meta?.original?.height" + :style="{ + aspectRatio, + objectPosition, + }" + > + + + + + + + +
+ {{ attachment.description }} +
+