Documentation
Keyboard Bindings
In addition to using the various icons, the lightbox can be controlled by the keyboard using the following mappings.
Key | Action |
---|---|
Esc | Close the lightbox. |
End | Go to the last image |
Home | Go to the first image |
Left | Go to the previous image |
Right | Go to the next image |
F | Toggle full-screen |
I | Show or hide the information panel |
P | Play or pause the slideshow |
S | Share; copies the image link to the clipboard |
Exif
Exif is a standardized data format for representing auxiliary metadata for multimedia files. The Acclectic WordPress Lightbox can display Exif metadata that is available in the original source image of the file being displayed. In addition to Exif, the lightbox actually parses for additional metadata formats, including IPTC, XMP, ICC, and MPF. The available metadata formats depend on file type. Metadata functionality is provided by the third-party ExifReader library.
If there are additional metadata tags that you’d like to see, please file a feature request.
Name | Metadata | Example |
---|---|---|
Camera M | Camera make | Nikon |
Camera Model | Camera model | Nikon D800 |
Lens | Lens make and model | 85mm f/1.4 |
Focal Length | Lens focal length | 85mm |
Focal Length in 35mm | Lens focal length in 35mm system | 85 |
Aperture | Lens aperture or F-number | f/4 |
Shutter Speed | Shutter speed | 1/1600 |
ISO | ISO sensitivity | 200 |
Exposure Program | The selected on-camera exposure program | Aperture priority |
Exposure Bias | Exposure bias used, in stops | -0.33 |
Exposure Mode | The chosen on-camera exposure mode | Auto exposure |
White Balance | On-camera white balance mode used | As Shot |
Metering Mode | On-camera metering mode used | Pattern |
Flash | Whether flash was fired, and flash mode | Flash did not fire |
File Information
The Acclectic WordPress Lightbox also displays the following information about the file.
Name | Data | Example |
---|---|---|
File | The name of the largest file in the source set available from WordPress. | DSC_1124-scaled.jpg |
Original File | The name of the original, unscaled version of the file. For many images, this may be the same as File. For large images, File may be a scaled version (DSC_1124-scaled.jpg), while Original File is the one uploaded. | DSC_1124.jpg |
Taken | The date and time when the image was taken. | 2021:01:02 16:24:30 |
Modified | The date and time when the image was last modified. | 2021:01:02 20:32:45 |
Width | The width of the image in pixels | 1024px |
Height | The height of the image in pixels | 768px |
Color Space | The image color space | sRGB |
Release History
Version | Date | Changes |
---|---|---|
1.1 | March 25, 2021 | Added GPS mapping support. |
1.0 | March 13, 2021 | Initial public release. |