{#each photos as dot, index}
  1. currentIndex + 2} class:hidden={index < currentIndex - 3 || index > currentIndex + 3} on:click={() => dispatch('goToIndex', index)} >
  2. {/each}