forked from AkkomaGang/akkoma-fe
Revert code
This commit is contained in:
parent
66a105a519
commit
882e024331
1 changed files with 1 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div ref="galleryContainer" style="width: 100%;">
|
<div ref="galleryContainer" style="width: 100%;">
|
||||||
<div
|
<div class="gallery-row" v-for="row in rows" :style="rowHeight(row.length)" :class="{ 'contain-fit': useContainFit, 'cover-fit': !useContainFit }">
|
||||||
v-for="(row, row_num) in rows"
|
|
||||||
:key="row_num"
|
|
||||||
:style="rowHeight(row.length)"
|
|
||||||
:class="{ 'gallery-row': true, 'contain-fit': useContainFit, 'cover-fit': !useContainFit }"
|
|
||||||
>
|
|
||||||
<attachment
|
<attachment
|
||||||
v-for="attachment in row"
|
v-for="attachment in row"
|
||||||
:setMedia="setMedia"
|
:setMedia="setMedia"
|
||||||
|
|
Loading…
Reference in a new issue