NEWS
News
1 / 1
0) {
currentIndex--;
selectedImage = images[currentIndex].url;
selectedTitle = images[currentIndex].name;
selectedCaption = images[currentIndex].caption;
}"
@keydown.arrow-right.window="
if (open && currentIndex < images.length - 1) {
currentIndex++;
selectedImage = images[currentIndex].url;
selectedTitle = images[currentIndex].name;
selectedCaption = images[currentIndex].caption;
}"
style="display: none;">