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 there are no examples available to download to compare with, I'm not quite sure what I'm missing.
It would be a good idea to have a folder with examples. There's not even a fiddle or a codepen of its usage on the docs...
Here's a reproduction of what I'm trying to do.
I can see the font-size inline attribute being applied to the parent, but it doesn't seem to have any effect on the child elements.
It seems it only works when applying em instead of px to the element i want to make resizable.
Nothing is mentioned in the docs about having to use em instead of pixels. So not sure if this is a must or not...
As there are no examples available to download to compare with, I'm not quite sure what I'm missing.
It would be a good idea to have a folder with examples. There's not even a fiddle or a codepen of its usage on the docs...
Here's a reproduction of what I'm trying to do.
I can see the
font-size
inline attribute being applied to the parent, but it doesn't seem to have any effect on the child elements.It seems it only works when applying
em
instead ofpx
to the element i want to make resizable.Nothing is mentioned in the docs about having to use
em
instead of pixels. So not sure if this is a must or not...Here's the same version but working as expected when using
em
units instead.I've seen some other demos which doesn't seem to be working either.
What am I missing?
The text was updated successfully, but these errors were encountered: