summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/PostAttachment.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PostAttachment.vue b/src/components/PostAttachment.vue
index 586e7442..6c8d69c3 100644
--- a/src/components/PostAttachment.vue
+++ b/src/components/PostAttachment.vue
@@ -4,7 +4,7 @@
<img :src="OC.generateUrl('/apps/social/document/get/resized?id=' + item.id)" @click="showModal(index)">
</div>
<modal v-show="modal" :has-previous="current > 0" :has-next="current < (attachments.length - 1)"
- size="full" @close="closeModal" @previous="showPrevious"
+ size="large" @close="closeModal" @previous="showPrevious"
@next="showNext">
<div class="modal__content">
<img ref="modalImg" src="">