Skip to content

Instantly share code, notes, and snippets.

@ciar4n
Created October 16, 2018 12:10
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/7fb87854e6ae7f56f9222e2a6342c537 to your computer and use it in GitHub Desktop.
Save ciar4n/7fb87854e6ae7f56f9222e2a6342c537 to your computer and use it in GitHub Desktop.
<script src="https://unpkg.com/jarallax@1.10/dist/jarallax.min.js"></script>
<script>
jarallax(document.querySelectorAll('.module_block'), {
speed: 0.5,
disableParallax: /iPad|iPhone|iPod|Android/,
disableVideo: /iPad|iPhone|iPod|Android/
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment