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

Not enough image on Mobile when background has Parallax #14

Open
thejimbirch opened this issue Nov 16, 2017 · 1 comment
Open

Not enough image on Mobile when background has Parallax #14

thejimbirch opened this issue Nov 16, 2017 · 1 comment
Assignees

Comments

@thejimbirch
Copy link
Contributor

thejimbirch commented Nov 16, 2017

Black background at the bottom.

@thejimbirch
Copy link
Contributor Author

thejimbirch commented Dec 4, 2017

1.) Add Offset field using @albertski's Javascript. Instead of allowing entered value, add levels like we did for Speed and Overlay.
2.) Bypass the Parallax on Mobile. Add instructions in the UI, and add this to the Javascript?

var ismobile = /Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
if (ismobile){
 // bypass parallax effect
}

Update the client site first, and then we can review and update this module and https://github.com/xenomedia/bootstrap_paragraphs_features

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

2 participants