CLOSE
{#if loading}
{/if} {#if currentIndex > 0}
‹
{/if} {#if currentIndex < images.length - 1}
›
{/if}
{#if current.mime_type.startsWith('video/')}
{:else}
{/if}
{current.filename}
#{current.id}
·
{current.width}×{current.height}
·
{formatSize(current.file_size)}
·
{current.mime_type}
·
UPLOADED BY {current.uploader_username}
DOWNLOAD
{currentIndex + 1} / {images.length}
{#if tagDetails.length > 0}
{#each tagDetails as t (t.tag)}
{ onclose(); window.location.href = '/browse?tag=' + encodeURIComponent(t.tag); }} >
{t.tag}
{t.usage_count}
{/each}
{/if}