We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is my test site in responsinator (that pretends mobile view):
http://www.responsinator.com/?url=http%3A%2F%2Fprolusatia.nazwa.pl%2Fmy-test%2F
I can't disable horizontal scrolling in it. I followed official documentation and added:
$(window).stellar({ horizontalScrolling: false, verticalScrolling: true, verticalOffset: 0, horizontalOffset: 0, responsive: true
});
Into: http://prolusatia.nazwa.pl/my-test/js/js.js
What I'm doing wrong? I just can't get it work. Files ware taken from here: http://cdn.tutsplus.com/webdesign/uploads/legacy/tuts/338_parallax/src/index.html Could anyone point me to right direction?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my test site in responsinator (that pretends mobile view):
http://www.responsinator.com/?url=http%3A%2F%2Fprolusatia.nazwa.pl%2Fmy-test%2F
I can't disable horizontal scrolling in it. I followed official documentation and added:
});
Into: http://prolusatia.nazwa.pl/my-test/js/js.js
What I'm doing wrong? I just can't get it work.
Files ware taken from here: http://cdn.tutsplus.com/webdesign/uploads/legacy/tuts/338_parallax/src/index.html
Could anyone point me to right direction?
The text was updated successfully, but these errors were encountered: