Guest User

Untitled

a guest
Oct 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.stellar.js" charset="utf-8"></script>
  2. <script type="text/javascript">
  3. if (Modernizr.touch) {
  4. } else {
  5. jQuery(window).stellar({
  6. horizontalScrolling: false,
  7. responsive: true
  8. });
  9. }
  10. </script>
Add Comment
Please, Sign In to add comment