-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying images in descending order #9
Comments
This is the script I use to scan a dir and list images in it. it also extracts data from the exif of the file. but you can delete this if you need. `<?php
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to get elements in descending order, as in - if more elements are added (with higher id), they would be prepended to the gallery and shown first? What would be the easiest way to do this? Thanks a lot!
The text was updated successfully, but these errors were encountered: