Open wargebitebane opened 2 years ago
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?