EXIF Customisation
-
This is by far the best lightbox plugin for my wordpress neeeds, so thank you for developing it.
The EXIF data already looks pretty good but I was wondering if it is possible to customise the EXIF display in the following ways.
I’ve changed the aperture label “f/” to “??/” by replacing it in the code that is outputting the f/ in the file lightbox-photoswipe/src/LightboxPhotoSwipe/ExifHelper.php on line 169.
return 'f/' . round($fstop,1);
Presumably this will get overwritten every time there is a update? Is there a better way for me to change this so it’s more permanent?
Would it also be possible to display any other EXIF fields, such as the name of the lens being used? If not I can just put extra info in the image description so not a big deal. If I could customise extra fields then this could be useful.
Thanks again for the great implementation.
- You must be logged in to reply to this topic.