You appear to be a bot. Output may be restricted
Description
Attempt to make the cycler responsive!The parameters here were set after reading other peoples questions and answers.
Usage
_bw_testimonials_cycle_parms();
Parameters
Returns
voidSource
File name: oik-testimonials/shortcodes/oik-testimonials.phpLines:
1 to 7 of 7
function _bw_testimonials_cycle_parms() { $cycle_parms = array( "width" => "100%" , "fit" => 1 ); $parms = bw_jkv( $cycle_parms ); return( $parms ); }View on GitHub