Please enable JavaScript.
Coggle requires JavaScript to display documents.
Dynamic Canvas Editor
Limitation: Dymanic canvas size should be in range…
-
Formula to Calculate dimension value
- if want to change width and auto calc. height
(Vew width * Height) / (old width)
- if want to change Height and auto calc. height
(Vew height * width) / (old height)Note: if new width/height Value is in valid range then it will replace with calc. new width/height range else it will not replace new width/height
-