File: /home/samfetchero1/pacificnorthwestcoastbias.com/wp-content/themes/maxwell/assets/js/slider.js
/**
* Flexslider Setup
*
* Adds the Flexslider Plugin for the Featured Post Slideshow
*
* @package Maxwell
*/
jQuery( document ).ready(function($) {
/* Add flexslider to #post-slider div */
$( "#post-slider" ).flexslider({
animation: maxwell_slider_params.animation,
slideshowSpeed: maxwell_slider_params.speed,
namespace: "zeeflex-",
selector: ".zeeslides > li",
smoothHeight: false,
pauseOnHover: true,
controlsContainer: ".post-slider-controls"
});
});