all the manual fixes
This commit is contained in:
parent
1ec4caa0bb
commit
020c6d1bcf
31 changed files with 74 additions and 57 deletions
|
@ -4,7 +4,8 @@
|
|||
style="width: 100%;"
|
||||
>
|
||||
<div
|
||||
v-for="row in rows"
|
||||
v-for="(row, index) in rows"
|
||||
:key="index"
|
||||
class="gallery-row"
|
||||
:style="rowHeight(row.length)"
|
||||
:class="{ 'contain-fit': useContainFit, 'cover-fit': !useContainFit }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue