Select a photo to preview
{/if}
{#if fullObjectUrl !== undefined}
{#key fullObjectUrl}
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}