aboutsummaryrefslogtreecommitdiff
path: root/src/components/gallery/gallery.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-21 15:13:11 -0400
committertaehoon <th.dev91@gmail.com>2019-10-22 07:17:02 -0400
commitad0452220619960f4f19c4557691d2f8f3438df9 (patch)
tree25746fd13138660a8f4e3d38741bc6046e8f3b8f /src/components/gallery/gallery.vue
parent0396c6f29d29f3c9d743e00955a25e2d844b02da (diff)
update flex-grow calculation logic
Diffstat (limited to 'src/components/gallery/gallery.vue')
-rw-r--r--src/components/gallery/gallery.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue
index 803ec471..7abc2161 100644
--- a/src/components/gallery/gallery.vue
+++ b/src/components/gallery/gallery.vue
@@ -19,7 +19,7 @@
:attachment="attachment"
:allow-play="false"
:natural-size-load="onNaturalSizeLoad.bind(null, attachment.id)"
- :style="itemStyle(attachment.id)"
+ :style="itemStyle(attachment.id, row)"
/>
</div>
</div>