File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Swipebox is a jQuery "lightbox" plugin for desktop, mobile and tablet.
16
16
- CSS transitions with jQuery fallback
17
17
- Retina support for UI icons
18
18
- Easy CSS customization
19
+ - Video, Images and Inline content
19
20
20
21
###Compatibility
21
22
@@ -69,7 +70,8 @@ afterOpen: null, // called after opening
69
70
afterClose : function (){}, // called after closing
70
71
loopAtEnd: false , // true will return to the first image after the last image is reached
71
72
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)
73
75
```
74
76
75
77
###Pull Requests
You can’t perform that action at this time.
0 commit comments