Skip to content
New issue

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

Can't disable horizontal scrolling #122

Open
mirko-dugic opened this issue Mar 2, 2015 · 0 comments
Open

Can't disable horizontal scrolling #122

mirko-dugic opened this issue Mar 2, 2015 · 0 comments

Comments

@mirko-dugic
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant