From d6a94c5f173ab9ddad298ee1820e7e2e40f956e3 Mon Sep 17 00:00:00 2001 From: nebula Date: Wed, 2 Apr 2025 03:15:49 +0000 Subject: [PATCH] add comment --- js/imgGallery.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/imgGallery.js b/js/imgGallery.js index 711afaf..a17eae3 100644 --- a/js/imgGallery.js +++ b/js/imgGallery.js @@ -13,6 +13,9 @@ directionDetermined = false; touchDragStartX = null; touchDirection = null; +// changes to style.rotate are necessary because transformed elements +// get stuck in front of the gallery images + function enlargeImage (filename) { viewState = photos.indexOf(filename); galleryImage.fullRes = filename;