I’ve placed a <canvas> element inside a <div> and it disappears. What gives?
I’d like to to make the canvas element (processing.js) resizable using jQuery.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It may be that your canvas has no height and the div is collapsing into an invisible horizontal line and is not displaying overflow. To get a better answer you’d need to post your html.