-
Notifications
You must be signed in to change notification settings - Fork 282
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
Browser resize #1
Comments
Hey Paul, I am also planning to fix that on my spare time. Haven't tried this yet, but sounds promising: |
If you want a resize for now, you can use a little hack ;) update the init function in index.js file and remplace :
by a fixed size fo exemple :
and after juste listen th event resize and update canvas size
... okay, It's not the solution but easy to set. Thank you for your work, it's a perfect rain fx ;) |
It's working thank you for your code! |
Hey guys
Thank you for this project, it's great to see that rain effect in browser
Is there any chance to fix the web browser resize?
Thank you
The text was updated successfully, but these errors were encountered: