{#if file === undefined}

Select a photo to preview

{:else if loadError !== undefined}

Failed to load image

{loadError}

{:else} {#if downloading && progress < 1}
{progressPercent}%
{/if} {#if fullObjectUrl !== undefined} {#key fullObjectUrl} {file.filename} 0 ? `${String(imgNaturalW)}px` : 'auto'} style:height={imgNaturalH > 0 ? `${String(imgNaturalH)}px` : 'auto'} style:max-width="none" style:transform={imageTransform} style:transform-origin="center center" draggable="false" onload={handleImageLoad} /> {/key} {:else if showThumbnail}
{file.filename}
{:else} {/if} {/if}