-
Notifications
You must be signed in to change notification settings - Fork 143
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
Only working after resize #120
Comments
Having same issue. Any update here?? |
Same issue, here any solution yet? |
same issue |
Same here |
I guess there was issue with the onload event of the image. Can you still reproduce the issue with the 6.0.0? |
How can I install SP 6.0.0 other than using npm? I uploaded the whole dir to my server, and called SP in vanilla Javascript: <script type="module"> import SimpleParallax from "/js/simpleParallax.js-6.0.0/src/vanilla/index.js"; const image = document.getElementsByClassName('parallax'); new simpleParallax(image); </script>But I get errors: I would be grateful for any help |
You can use one of the two links provided by jsdelivery: https://cdn.jsdelivr.net/npm/[email protected]/dist/vanilla/ |
im not good that great at js but got it working with this
|
The Parallax-Effect only triggers after a windows resize in the current Chrome-Version - Is there anything we can do about it? We already tried to refresh the instance after the initialization but that doesnt help.
The text was updated successfully, but these errors were encountered: