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
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
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
Thanks a lot for your help !
The text was updated successfully, but these errors were encountered:
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
andcssMaxHeight
andcssMaxWidth
doesn't work onwindow.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
Thanks a lot for your help !
The text was updated successfully, but these errors were encountered: