{#if imageError}
Error loading image
{/if}
{getAltText(asset)} (imageLoaded = true)} on:error={() => (imageError = imageLoaded = true)} /> {#if !imageLoaded}
{:else if !imageError} {#key assetFileUrl}
{#if $slideshowState !== SlideshowState.None && $slideshowLook === SlideshowLook.BlurredBackground} {getAltText(asset)} {/if} {getAltText(asset)} {#each getBoundingBox($boundingBoxesArray, $photoZoomState, $photoViewer) as boundingbox}
{/each}
{/key} {/if}