Home
last modified time | relevance | path

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

/plugin/slider/conf/
H A Ddefault.php25 $conf['adaptiveHeight'] = false;
H A Dmetadata.php24 $meta['adaptiveHeight'] = array('onoff');
/plugin/slider/
H A Djquery.bxslider.js30 adaptiveHeight: false, property in defaults
323 // if "vertical" mode, always use adaptiveHeight to prevent odd behavior
324 if (slider.settings.mode == 'vertical') slider.settings.adaptiveHeight = true;
348 …* Returns the calculated height of the viewport, used to determine either adaptiveHeight or the ma…
354 // if mode is not "vertical" and adaptiveHeight is false, include all children
355 if(slider.settings.mode != 'vertical' && !slider.settings.adaptiveHeight){
1153 …// if adaptiveHeight is true and next height is different from current height, animate to the new …
1154 if(slider.settings.adaptiveHeight && slider.viewport.height() != getViewportHeight()){
1166 …// if adaptiveHeight is true and next height is different from current height, animate to the new …
1167 if(slider.settings.adaptiveHeight && slider.viewport.height() != getViewportHeight()){