Lightbox JS Images Load in reverse

2 posts by 2 authors in: Forums > CMS Builder
Last Post: June 9, 2009   (RSS)

Re: [jamsx] Lightbox JS Images Load in reverse

By Dave - June 9, 2009

Can you attach your viewer php file?

If you have something like this:
<?php foreach ($record['uploads'] as $upload): ?>

Try adding the code in red:
<?php foreach (array_reverse($record['uploads']) as $upload): ?>

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com