Lantern Spectacular 2023
8th December 2023 | Lantern Spectacular
What a great evening! Even the rain stayed away!
Photos below are copyright Ashbourne Festival/Geraldine Curtis
50) {
previousImage = activeImage;
direction = 1;
activeImage = images[(images.indexOf(activeImage) + 1) % images.length];
} else if (touchEndX - touchStartX > 50) {
previousImage = activeImage;
direction = -1;
activeImage = images[(images.indexOf(activeImage) - 1 + images.length) % images.length];
}"
@touchstart="touchStartX = $event.changedTouches[0].screenX"
class="flex flex-col items-center justify-center w-full h-full px-4 md:px-8"
>