mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Don't set size of images on the popups
This commit is contained in:
parent
be0bc35955
commit
4dca91b62d
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ export function createPhotoMarker(photo, immichUrl, photoMarkers,apiKey) {
|
|||
<a href="${immich_photo_link}" target="_blank" onmouseover="this.firstElementChild.style.boxShadow = '0 4px 8px rgba(0, 0, 0, 0.3)';"
|
||||
onmouseout="this.firstElementChild.style.boxShadow = '';">
|
||||
<img src="${thumbnailUrl}"
|
||||
class="w-8 h-8 mb-2 rounded"
|
||||
class="mb-2 rounded"
|
||||
style="transition: box-shadow 0.3s ease;"
|
||||
alt="${photo.originalFileName}">
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue