Skip to content

Commit c05bf98

Browse files
author
Julian Xhokaxhiu
committed
Add some documentation about the new Inline content support
1 parent ebef31f commit c05bf98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Swipebox is a jQuery "lightbox" plugin for desktop, mobile and tablet.
1616
- CSS transitions with jQuery fallback
1717
- Retina support for UI icons
1818
- Easy CSS customization
19+
- Video, Images and Inline content
1920

2021
###Compatibility
2122

@@ -69,7 +70,8 @@ afterOpen: null, // called after opening
6970
afterClose: function(){}, // called after closing
7071
loopAtEnd: false, // true will return to the first image after the last image is reached
7172
autoplayVideos: false // true will autoplay Youtube and Vimeo videos
72-
queryStringData: {} // plain object with custom query string arguments to pass/override for video URLs
73+
queryStringData: {} // plain object with custom query string arguments to pass/override for video URLs,
74+
toggleClassOnLoad: '' // CSS class that can be toggled when the slide will be loaded (like 'hidden' of Bootstrap)
7375
```
7476

7577
###Pull Requests

0 commit comments

Comments
 (0)