p5.js-website
p5.js-website copied to clipboard
changed canvas size
Fixes #1227
Changes:
Fixed the canvas sizes of
- Forces example (https://p5js.org/examples/simulate-forces.html)
- Flocking example (https://p5js.org/examples/simulate-flocking.html)
- Wolfman example CA (https://p5js.org/examples/simulate-wolfram-ca.html)
- SmokeParticles example (https://p5js.org/examples/simulate-smokeparticles.html)
Screenshots of the change:
- Forces example canvas Before the changes

Forces example canvas After the changes
- Flocking example canvas Before the changes
Flocking example canvas After the changes
- Wolfman CA example canvas Before the changes
Wolfman CA example canvas After the changes
- SmokeParticles example canvas Before the changes
SmokeParticles example canvas After the changes
Hey @Qianqianye, please take a look at this pr 🙂
Thank you @adarrssh for making the edits and @3ru for reviewing. I'd suggest to discuss further in the issue before we move forward with a solution in this PR.
Since we decided another approach to solve this problem in the issue #1227, I will close this PR for organizational purpose.