aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-10-23 16:17:56 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-10-23 16:17:56 +0000
commitf5c37231e14a0d55753505ccf7991714e8cf9057 (patch)
tree4b2a10dc58dd0cd5e132eeb84c3137ff222923d0 /src/components/attachment/attachment.vue
parentcd956185207aca84666d38f516b6c4b666ee846b (diff)
parentd76b83efc801cfc4bfd7cb0afa7d7289a16ec667 (diff)
Merge branch 'improve-gallery-sizing-logic' into 'develop'
Improve gallery sizing logic See merge request pleroma/pleroma-fe!975
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index af16e302..0748b2f0 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -58,6 +58,7 @@
:referrerpolicy="referrerpolicy"
:mimetype="attachment.mimetype"
:src="attachment.large_thumb_url || attachment.url"
+ :image-load-handler="onImageLoad"
/>
</a>