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
As it currently stands, it does not dynamically resize, but adjusts itself to the size of the div at creation time.
@esonderegger I would suggest to improve this by not calculating absolute pixels but percent values for all the elements. If you are interested, I could try something out and offer as PR.
Thank you for the kind words! This has been fixed in version 3 of this library - all the relevant sizing and positioning is now done via percentages, so it should adjust automatically when its parent container is resized.
Thanks a lot for awesome library.
All elements are positioned by px but what if main container is resizing?
The text was updated successfully, but these errors were encountered: