You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we resize <ImageEditor> if the window changes of size ?
Is there a smart way to do it ?
For the moment changing dynamically uiSize and cssMaxHeight and cssMaxWidth doesn't work on window.resize
For example i want <ImageEditor> size to change if an Ipad flips from lanscape to potrait window size.
Other example: my users use an Electron app and sometimes change Window Size
How can we resize
<ImageEditor>if the window changes of size ?Is there a smart way to do it ?
For the moment changing dynamically
uiSizeandcssMaxHeightandcssMaxWidthdoesn't work onwindow.resizeFor example i want
<ImageEditor>size to change if an Ipad flips from lanscape to potrait window size.Other example: my users use an Electron app and sometimes change Window Size
Thanks a lot for your help !