{#if items.length === 1}
openLightbox()}> {items[0].alt {#if items[0].caption}
{items[0].caption}
{/if}
{:else if items.length > 1}
openLightbox()}> {items[selectedIndex].alt {#if items[selectedIndex].caption}
{items[selectedIndex].caption}
{/if}
{#if showThumbnails}
{#each Array(totalSlots) as _, index} {#if index < displayItems.length} {:else if index === displayItems.length && showMoreThumbnail} {#if items[displayItems.length]} View all photos {:else if items[items.length - 1]} View all photos {/if}
+{remainingCount}
{:else} {/if} {/each}
{/if}
{/if}