Hi,
I am modifying the Custom Template for the ScrollView. I have it displaying 4 images per page just like the demo does but I have noticed that if the total number of images returned in the data set isn't divisible by 4 then the remaining images do not display.
For example, my data set has 101 entries. Images 1-100 are seen but image 101 doesn't show. I assume that this is because the template is expecting 4 records or images at a time.
How can I make sure that all my images display regardless if the total is divisible by 4 or not?
Thanks,
Eric
I am modifying the Custom Template for the ScrollView. I have it displaying 4 images per page just like the demo does but I have noticed that if the total number of images returned in the data set isn't divisible by 4 then the remaining images do not display.
For example, my data set has 101 entries. Images 1-100 are seen but image 101 doesn't show. I assume that this is because the template is expecting 4 records or images at a time.
How can I make sure that all my images display regardless if the total is divisible by 4 or not?
Thanks,
Eric