software caching thumbnails in javascript
This commit is contained in:
parent
facefc1cc7
commit
e91b64ca97
5 changed files with 54 additions and 18 deletions
|
@ -45,7 +45,7 @@
|
|||
v-slot="{ item }"
|
||||
@itemActivated="openLightboxModalWith($event)"
|
||||
>
|
||||
<AuthenticatedImage v-if="item.file"
|
||||
<AuthenticatedImage v-if="item.file" cached
|
||||
:src="`/media/2/256/${item.file}/`"
|
||||
class="card-img-top img-fluid"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue