Gallery
Some of our best photos!
Lantern Spectacular 2025
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"
>
Summer Festival - 2025
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"
>
Lantern Spectacular 2024
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"
>