I have a 30 image gallery that I've inserted into a post. When I have all 30 of those images on one page with no albums specified, they all view fine. However, when I use the following code:
[flashgallery orderby="ID" rows="4" height="600px" thumbsize="150" scaling="fit" background="black_bg.jpg" cats="Album1_10 % Album2_10 % Album3_10"]
What happens is that Album1 and Album2 will show only 1 picture each. But Album3 will show correctly with 10 pictures. No matter how many albums I include, only the last album on the list will display the correct amount of pictures and all others will show only one.
Am I doing something wrong? Thank you for your help!