I have an album that contains both subalbums and images. I am using the 'combined' option to show both at the same time, but it only transitions after displaying all the sub-albums first.
What I am trying to make happen is to have the album show 8 subalbums and 8 images, then if you go to the next page, it would show the next 8 subalbums and the next 8 images.
I am also currently running into a problem where the page which transitions from sub-albums to images only displays 3 images, no matter what settings or options I alter. The next page (which is all images) displays the correct number of images.
Comments
Any ideas as to why only 3 images are displayed after the transition from sub-album to images?
I found a workaround by forcing next_image to show a static number of images after the transition (using `next_image(false,4,NULL)`), but I have no idea why it would always show 3, no matter what.