<画布>内的元素消失。什么给?画布>
我已将 元素放置在
内,然后它就消失了。什么给?我想使用 jQuery 调整画布元素 (processing.js) 的大小。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的画布可能没有高度,并且 div 折叠成一条不可见的水平线并且不显示溢出。为了获得更好的答案,您需要发布您的 html。
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.