Home
last modified time | relevance | path

Searched refs:swipebox (Results 1 – 9 of 9) sorted by relevance

/plugin/imagecarousel/vendor/swipebox/css/
Dswipebox.min.css1swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{borde…
Dswipebox.less1 /*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
2 html.swipebox-html.swipebox-touch {
6 #swipebox-overlay img {
10 #swipebox-overlay {
24 #swipebox-container {
30 #swipebox-slider {
42 #swipebox-slider .slide {
49 #swipebox-slider .slide:before {
56 #swipebox-slider .slide img,
57 #swipebox-slider .slide .swipebox-video-container,
[all …]
/plugin/imagecarousel/
Dscreen.less2 @import "vendor/swipebox/css/swipebox.less";
5 #swipebox-slider .slide-loading {
6 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
9 #swipebox-prev,
10 #swipebox-next,
11 #swipebox-close {
12 background-image: url(swipebox/img/icons.png);
16 #swipebox-overlay {
20 #swipebox-top-bar {
Dall.less3 @import "vendor/swipebox/css/swipebox.less";
43 #swipebox-slider .slide-loading {
44 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
47 #swipebox-prev,
48 #swipebox-next,
49 #swipebox-close {
50 background-image: url(vendor/swipebox/img/icons.png);
54 #swipebox-overlay {
58 #swipebox-top-bar {
Dscript.js15 jQuery(".slick a.media:onlydirect()").swipebox({
/plugin/gallery/
Ddeleted.files57 swipebox/README
58 swipebox/css/swipebox.less
59 swipebox/css/swipebox.min.css
60 swipebox/img/icons.png
61 swipebox/img/icons.svg
62 swipebox/img/loader.gif
63 swipebox/js/jquery.swipebox.js
64 swipebox/js/jquery.swipebox.min.js
/plugin/imagecarousel/vendor/swipebox/
DREADME1 … modified version of the SwipeBox script available at https://github.com/brutaldesign/swipebox.git
3 The modfied sources are available at https://github.com/splitbrain/swipebox/tree/dokuwiki - only th…
6 css/swipebox.css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclus…
/plugin/imagecarousel/vendor/swipebox/js/
Djquery.swipebox.js5 $.swipebox = function( elem, options ) { function
59 $.swipebox.close = function () {
63 $.swipebox.extend = function () {
153 $.swipebox.isOpen = true;
937 $.swipebox.isOpen = false;
948 $.fn.swipebox = function( options ) { function
951 var swipebox = new $.swipebox( this, options );
952 this.data( '_swipebox', swipebox );
Djquery.swipebox.min.js2swipebox=function(e,f){var g,h,i={useCSS:!0,useSVG:!0,initialIndexOnArray:0,removeBarsOnMobile:!0,… function