aboutsummaryrefslogtreecommitdiff
path: root/src/components/gallery/gallery.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 16:04:17 -0400
committertaehoon <th.dev91@gmail.com>2019-10-22 07:17:02 -0400
commit0396c6f29d29f3c9d743e00955a25e2d844b02da (patch)
treef9cfaad787c55cbdfd73b6966d13a3240cf6e415 /src/components/gallery/gallery.vue
parent6c4d23714a42dd59843a8fb905150eed2d5db29d (diff)
keep image natural ratio in gallery row
Diffstat (limited to 'src/components/gallery/gallery.vue')
-rw-r--r--src/components/gallery/gallery.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue
index 3877987a..803ec471 100644
--- a/src/components/gallery/gallery.vue
+++ b/src/components/gallery/gallery.vue
@@ -18,6 +18,8 @@
:nsfw="nsfw"
:attachment="attachment"
:allow-play="false"
+ :natural-size-load="onNaturalSizeLoad.bind(null, attachment.id)"
+ :style="itemStyle(attachment.id)"
/>
</div>
</div>