Thanks for the heads up! I can confirm that the image counter is already correctly implemented. When you click on the first image in the photography gallery, the lightbox displays "1 / 33" at the bottom, and it increments properly as you navigate through the images (2 / 33, 3 / 33, etc.). The counter uses currentImageIndex + 1 to convert from zero-based indexing to human-readable numbering starting at 1.
I've added automatic thumbnail scrolling to the portfolio lightbox. Now when you navigate through images using the arrow buttons or keyboard, the thumbnail strip will smoothly scroll to keep the currently selected thumbnail centered in view, ensuring the active image is always visible in the thumbnail bar.