Hi!
Inspired by the way Boston.com shows The Big Picture,
http://www.boston.com/bigpicture/2014/08/supermoon_photographs_from_around_the_world.html
I decided to go for the same look in my gallery.
http://londonlight.org/zp/Styrkeprovet-2014/2014-08-02_vintage_cars_001-003.jpg
On my index page I use printAlbumMenu with $firstimagelink set to true so clicking on an album takes me right to the first image of that album:
``
image.php looks like this:
`
You can't. That function is made for the thumb lists on album.php and index.php. There is a "half supported" pugin to get a similar page nav for single items:
https://github.com/acrylian/single_item_pagination
But this is for one item per page as well. image.php does not support several images per page.
You could use custom pages etc but that will break the rss feed that will not point to them for example.
So simple solution is indeed to use album.php and replace the thumbs with sized images. The only problem with that would be that you will need keep a single image.php page or create a kind of redirection to the album.php page. Said Image RSS feeds ink to the single image so they need to get somewhere.
Thank you for clearing that up!