diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 16:04:17 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-22 07:17:02 -0400 |
| commit | 0396c6f29d29f3c9d743e00955a25e2d844b02da (patch) | |
| tree | f9cfaad787c55cbdfd73b6966d13a3240cf6e415 /src/components/attachment/attachment.vue | |
| parent | 6c4d23714a42dd59843a8fb905150eed2d5db29d (diff) | |
keep image natural ratio in gallery row
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> |
