-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80057a6
commit 7b62bd4
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ Options for customizing the lightbox behavior are located in the **Settings > Me | |
* Automatically activate lightbox for links to images on page (no need to add `rel="lightbox"` attribute to link) | ||
* Group automatically-activated links (play as a slideshow) | ||
* Group image links by Post (separate slideshow for each Post on page) | ||
* Enable/Disable Lightbox resizing animation | ||
* Automatically Start Slideshow (Default: Enabled) | ||
* Slide Duration (Seconds) (Default: 6) | ||
* Loop through images (Default: Enabled) | ||
|
@@ -50,6 +51,8 @@ Send your questions to [email protected] | |
2. Customized UI Text | ||
|
||
== Changelog == | ||
= 1.3.2 = | ||
* Added: Option to enable/disable lightbox resizing animation (thanks Maria!) | ||
= 1.3.1 = | ||
* Updated: Utilities code (internal) | ||
= 1.3 = | ||
|