Disable auto resize #1371
Answered
by
joshuaellis
hatsumatsu
asked this question in
Q&A
-
Is there any way to disable the automatic resizing feature that syncs the renderer size with the container element's size? I have a use case where I need to set the canvas size declaratively (AR) independent from the container size. I tried |
Beta Was this translation helpful? Give feedback.
Answered by
joshuaellis
May 21, 2021
Replies: 1 comment 3 replies
-
Couldn't you wrap it in a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hatsumatsu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couldn't you wrap it in a
div
and then size that accordingly?