-
Notifications
You must be signed in to change notification settings - Fork 0
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
Particles issue #1
Comments
Thank you, I realized that after you mentioned. However, when I tried the change you suggested, it completely removed the I will look into that problem when I have time. I appreciated it. |
That's weird. |
Hi, sorry for the late reply. I got what you mean now and fixed the issue. Appreciated it! |
I followed the steps of including particles.js in my blog as well, but I noticed that once you resize the browser (Example: mobile device, ipad etc), then in portrait mode the particles only move in the top half.
Solution : Instead of inserting a new div inside background image div, just assign the id "particles-js" to that background div itself.
that way the canvas will be formed inside the background image div instead of a new div below that which doesn't follow the width and height of background.
Old code
New code
The text was updated successfully, but these errors were encountered: