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.
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
6970afterClose : function (){}, // called after closing
7071loopAtEnd: false , // true will return to the first image after the last image is reached
7172autoplayVideos: 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
You can’t perform that action at this time.
0 commit comments