Folder Tab 2 1
Rabu, 11 Februari
February 11th, 2026
Bandung
photo(s) selected
Math.abs(diffY) && Math.abs(diffX) > 50) {
if (diffX > 0 && currentPhotoIndex < photos.length - 1) {
nextPhoto();
} else if (diffX < 0 && currentPhotoIndex > 0) {
previousPhoto();
}
}
">