Streetfest 2023
17th June 2023 | StreetFest
The sun shone on Streetfest 2023 right until the dying minutes when a thunderstorm brought the two day street festival to an abrupt end. We were entertained by acts from all around the world including jugglers, monocyclists, hoola-hoopers and more.
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"
>