stash
This commit is contained in:
parent
306fdf50ad
commit
cb735e7880
3 changed files with 13 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
<template #body>
|
||||
<img
|
||||
class="img-fluid rounded mx-auto d-block mb-3 w-100"
|
||||
:src="`${baseUrl}/1/images/${file}`"
|
||||
:src="`/media/2/${file}/`"
|
||||
alt="Image not available."
|
||||
id="lightbox-image"
|
||||
>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
@itemActivated="openLightboxModalWith($event)"
|
||||
>
|
||||
<img
|
||||
:src="`/api/1/thumbs/${item.file}`"
|
||||
:src="`/media/2/200/${item.file}/`"
|
||||
class="card-img-top img-fluid"
|
||||
>
|
||||
<div class="card-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue