diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-10-23 16:17:56 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-10-23 16:17:56 +0000 |
| commit | f5c37231e14a0d55753505ccf7991714e8cf9057 (patch) | |
| tree | 4b2a10dc58dd0cd5e132eeb84c3137ff222923d0 /src/components/attachment/attachment.vue | |
| parent | cd956185207aca84666d38f516b6c4b666ee846b (diff) | |
| parent | d76b83efc801cfc4bfd7cb0afa7d7289a16ec667 (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.vue | 1 |
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> |
