Skip to content

Instantly share code, notes, and snippets.

@ciar4n
Created October 16, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciar4n/715339bc68b8c8281443a789b6d5c87f to your computer and use it in GitHub Desktop.
Save ciar4n/715339bc68b8c8281443a789b6d5c87f to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.stellar.js" charset="utf-8"></script>
<script type="text/javascript">
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false,
responsive: true
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment