-
Notifications
You must be signed in to change notification settings - Fork 343
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
Exif information under images #432
Comments
As I know, galleria.js doesnt read EXIF data. You use some extern library for that? |
no external library, just used some php to pull the info and added the below under the main vid but above the gallery_list div:
It is pulling the information I want to use BUT only for the first image of the gallery. If images are changed via the carousel, it doesn't seem to be reloading any information thus not loading the EXIF info from that image. |
This doesnt tell me much. Galleria is pure frontend. |
Yes but this is what I added to the backend js to pull exif through php. |
I've been using galleriajs to put together an internal photo gallery at work for customer photos. Everything is working fine except this last bit of showing EXIF information for images. I was able to get it to show exif information for the first image in the gallery BUT when going through photos using the navigation arrows or carousel, the exif information is still of the first image. Not sure if there is a way to get the page to refresh per image or to get the exif information to show per image being displayed.
Thank you.
The text was updated successfully, but these errors were encountered: