- // DOM Ready
- jQuery(document).ready(function($){
- var id = proSlideshowObject.id;
- var arrows = proSlideshowObject.arrows;
- var effect = proSlideshowObject.effect;
- var navigation = proSlideshowObject.navigation;
- var hoverpause = proSlideshowObject.hoverpause;
- var randomize = proSlideshowObject.randomize;
- var autoplay = proSlideshowObject.autoplay;
- var slidespeed = proSlideshowObject.slidespeed;
- var animationspeed = proSlideshowObject.animationspeed;
- var touch = proSlideshowObject.touch;
- var video = proSlideshowObject.video;
- jQuery("#' + id + '").flexslider({
- animation : "" + effect + "",
- directionNav : + arrows +,
- controlsContainer : ".slide-container_" + id + "",
- controlNav : + navigation +,
- pauseOnHover : + hoverpause +,
- randomize : + randomize +,
- smoothHeight : true,
- useCSS : false,
- slideshow : + autoplay +,
- slideshowSpeed : + slidespeed +,
- animationSpeed : + animationspeed +,
- touch : + touch +,
- video : + video +
- });
- });
SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.