Home
last modified time | relevance | path

Searched +full:width +(+path:plugin +path:slider) -(+path:plugin +path:slider +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/slider/
H A Dscreen.css25 max-width: 100%;
45 width: 100%;
54 width: 100%;
83 width: 10px;
122 width: 32px;
141 width: 10px;
156 width: 9px;
172 width: 80%;
177 width: 35px;
188 width: 100%;
H A Dstyle.css25 max-width: 70%;
65 width: 100%;
H A Djquery.bxslider.js106 var windowWidth = $(window).width();
204 width: '100%',
295 if (img.width && !loaded){
400 var width = '100%';
405 width = slider.settings.slideWidth;
408 return width;
417 // get the current viewport width
418 var wrapWidth = slider.viewport.width();
419 // if slide width was not supplied, or is larger than the viewport use the viewport width
447 // if viewport is between min / max thresholds, divide viewport width by first child width
[all …]
H A Dsyntax.php174 …$R->doc .= '<img src="'.ml($img, array('w'=>$this->getConf('width'))).'" class="plugin_slider_img"…
/plugin/slider/conf/
H A Ddefault.php11 $conf['width'] = 800;
H A Dmetadata.php10 $meta['width'] = array('numeric', '_min' => 100);
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js55 this.handles[0].style.width.replace(/px$/,""));
174 this.track.style.width.replace(/px$/,"")) - this.alignX);
196 span.style.width = this.translateToPx(range.end - range.start + this.range.start);