Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 10, 2014 23:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billrobbins/8926430 to your computer and use it in GitHub Desktop.
Save billrobbins/8926430 to your computer and use it in GitHub Desktop.
jQuery('.flexslider').flexslider({
animation : "<?php echo of_get_option('type','') ?>",
slideshow : <?php echo of_get_option('auto','') ?>,
slideshowSpeed : <?php echo of_get_option('duration','') ?>,
animationDuration : <?php echo of_get_option('transition','') ?>,
directionNav : <?php echo of_get_option('prev_next','') ?>,
controlNav : false,
pauseOnAction : true,
smoothHeight : true,
pauseOnHover : true,
useCSS : true,
touch : true,
video : true,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment