diff --git a/lib/js/index.js b/lib/js/index.js index 458322e..396ae27 100644 --- a/lib/js/index.js +++ b/lib/js/index.js @@ -1,5 +1,5 @@ // Parallax -const depthFactor = 5; // Depth of the image wrt to the 0 z-index. 1 being at the same distance as the rest of the content and Infinity being as far away as possible. +const depthFactor = 3; // Depth of the image wrt to the 0 z-index. 1 being at the same distance as the rest of the content and Infinity being as far away as possible. $(window).on('scroll', () => { const movedBy = window.scrollY;