Skip to content

Commit cee46ac

Browse files
remove alt text
1 parent 620f364 commit cee46ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/IIIFViewer.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,11 @@
131131
{#await iiif.manifest then imageObject}
132132
<div id={'viewer-' + uuid} class="w-full h-full" use:generateViewer={imageObject}></div>
133133
{/await}
134+
134135
<img
135136
id={'overlay-' + uuid}
136137
class="max-w-none max-h-none"
137138
src={iiif.overlay}
138-
alt="overlay"
139+
alt=""
139140
bind:this={overlayEl}
140141
/>

0 commit comments

Comments
 (0)