Hello,
We have disabled many of the JS Codes to re-initialize when resizing the Browser since this creates a Large Overhead of the JS Memory causing the Page to slow down while scrolling. And it is best to Reload the Page since the users of your Website will never resize the Browser to check your Website.
Additionally, you can simply find the following code in the js/functions.js File:
$.stellar({
horizontalScrolling: false,
verticalOffset: 150
});
and replace it with:
$.stellar({
horizontalScrolling: false,
verticalOffset: 150,
responsive: true
});
to refresh the Parallax Content on Browser Resize.
@baroninkjet Please let us know which Parallax Samples are you talking about so that we can speed up the fixing process. Thanks for your Patience.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.