photo(s) selected
iwan rasta.JPG
penulis isfwan rasta.JPG
penyerahan buku.JPG
WhatsApp Image 2025-10-14 at 07.15.04_0f670e6c.jpg
Math.abs(diffY) && Math.abs(diffX) > 50) {
if (diffX > 0 && currentPhotoIndex < photos.length - 1) {
nextPhoto();
} else if (diffX < 0 && currentPhotoIndex > 0) {
previousPhoto();
}
}
">