summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-20 17:20:10 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-07-20 17:20:10 -0100
commitfb9f9fbbf67abfbcd13f50d16e3d56739b435cf8 (patch)
treeaacbc07f7ef0c15804cc3dc4a172a014d241483a
parent2f5449580570b14cf181c24b8cd3dbd978666b91 (diff)
parent5bcf85fbdeecc50064f56cbe531c42822c16ad6c (diff)
Merge remote-tracking branch 'StCyr/stCyr_showAttachments' into stCyr_showAttachments
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-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="">