+2
-1
src/components/EmbedMedia.svelte
+2
-1
src/components/EmbedMedia.svelte
+7
-1
src/components/PhotoSwipeGallery.svelte
+7
-1
src/components/PhotoSwipeGallery.svelte
···
76
76
class:hidden-in-grid={isHidden}
77
77
class:overlay-container={isOverlay}
78
78
>
79
-
<img src={thumb.src} alt={img.alt ?? ''} width={thumb.width} height={thumb.height} />
79
+
<img
80
+
src={thumb.src}
81
+
title={img.alt ?? ''}
82
+
alt={img.alt ?? ''}
83
+
width={thumb.width}
84
+
height={thumb.height}
85
+
/>
80
86
81
87
{#if isOverlay}
82
88
<div class="more-overlay">