Skip to content

Commit f5bbcb5

Browse files
committed
Add caption info to readme
1 parent 4225d40 commit f5bbcb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ Useful for slideshows that may exceed the 250mb uncompressed limit in older vers
4646
loopSlideshow: if true, the slideshow will repeat. in Random order mode, images will be reshuffled. (default true)
4747
startWithAutoplay: if true, the slideshow will start playing automatically. untick this option if you wish to control slides manually via hotkeys.
4848
autoplay/pause can be toggled with hotkeys, regardless if this option is enabled or not
49+
captionEnabled: if true, the image name will be displayed with the image. default false. (see Captions notes below)
4950

51+
> Captions
52+
- when enabled, each image's filename (without extension) will be shown. ex: "Artist Name.png" -> "Artist Name"
53+
- "--" is used as the default delimiter. ex: "Artist Name--001.png" -> "Artist Name"
54+
- delimiter can be changed by manually editing captionDelimiter in BrowserImageSlideshow.html
5055

5156
> Hotkeys - Requires lua script (see step 3)
5257
Pause: pause playback

0 commit comments

Comments
 (0)