Security fixes
Co-Authored-By: dakkar <dakkar@thenautilus.net>
This commit is contained in:
parent
9e13c375c5
commit
0bb4e57b0c
14 changed files with 56 additions and 26 deletions
|
|
@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<div
|
||||
v-for="(image, i) in images" :key="i"
|
||||
:class="$style.img"
|
||||
:style="`background-image: url(${thumbnail(image)})`"
|
||||
:style="{ backgroundImage: `url(${thumbnail(image)})` }"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue