This commit is contained in:
j3d1 2023-12-12 22:20:38 +01:00
parent 306fdf50ad
commit cb735e7880
3 changed files with 13 additions and 12 deletions

View file

@ -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"
>

View file

@ -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">