Advertisement
Guest User

Untitled

a guest
Apr 13th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(window).load(function(){
  3.  
  4. jQuery('#flexslider-featured').flexslider({
  5. animation: "slide",
  6. useCSS: false, // Fix iPad flickering issue
  7. slideshow: false,
  8. directionNav: true,
  9. controlNav: true,
  10. pauseOnHover: true,
  11. slideshowSpeed: 7000,
  12. animationSpeed: 400,
  13. smoothHeight: true,
  14. touch: false
  15. });
  16.  
  17. });
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement