diff --git a/src/components/PostAttachment.vue b/src/components/PostAttachment.vue index 14f1c77..2ad79a5 100644 --- a/src/components/PostAttachment.vue +++ b/src/components/PostAttachment.vue @@ -17,14 +17,18 @@ defineProps<{ @import "../styles/theme"; @import "../styles/mixins"; -img { - display: block; - width: 100%; -} - a { @include block-link; word-wrap: break-word; } + +img { + display: block; + width: 100%; +} + +video { + width: 100%; +}