Advertisement
toxiccosmos

Slidejs head

Nov 15th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.31 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function($) {
  3.     $('.slides_container').slidesjs({
  4.     navigation: false,
  5.     preload: true,
  6.     preloadImage: '<?php echo get_template_directory_uri(); ?>/img/loading.png',
  7.     play: 5000,
  8.     pause: 2500,
  9.     hoverPause: true,
  10.     width: '100%',
  11.     height: 364,
  12.     active: true
  13.     });
  14. });
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement