{#snippet creditText(author: string, type: ImageCreditType, className: string)} {#if type === 'instagram'} {:else if type === 'facebook'} {:else if type === 'web'} {:else} {/if} {author} {/snippet}
{#if typeof image.src === 'string'} {image.alt} {:else} {/if} {#if tags}
{#each tags as { name, description }} {name} {description} {/each}
{/if} {#if image.credit}

{#if image.credit.href} {@render creditText( image.credit.author, image.credit.type, 'w-4 inline align-[-0.65em]' )} {:else} {@render creditText(image.credit.author, image.credit.type, 'w-4 inline align-[-0.65em]')} {/if}

{/if}