Replies: 2 comments 2 replies
-
@artf Hello, do you have any ideas? 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, we don't have currently a way to convert pixels to percentages, that might be a good new resizer option. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to use percentage unit by default for resizing components with
resizable: resizerOptions
.resizerOptions
object used inresizable
component property:Important:
My components don't necessarily have a defined width and height. They are generally with
auto
or pixels.Problem:
When I start to resize the component, its width suddenly starts at 100% instead of the component's current width percentage.
Questions:
Expected behaviour:
When I start to resize the component, its width starts at the current percentage of the component's width.
Could you help me please? 🙏
Beta Was this translation helpful? Give feedback.
All reactions