We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How do I make createCanvas() become responsive and scale to it's parent container div? In other words, how do I make it behave like a background image with this css? -webkit-background-size:contain; -moz-background-size:contain; -o-background-size:contain; background-size:contain; background-position:center; background-repeat: no-repeat; background-position:center center;
I also want it to be centered within the parent.
Answers
https://forum.processing.org/two/discussion/14740/make-p5-s-canvas-to-fill-it-s-parent-s-div
Kf