Open italomandara opened 5 years ago
When you drag, the position of the element is set in pixel, but in a responsive or fluid layout would be nice to work with percentage values.
Would be interesting especially to set the initial offset of the element using % based values.
I have this same issue... have you solved it? :-(
I have this same issue... this issue https://github.com/mauricius/vue-draggable-resizable/issues/74
@mauricius any update in this ? It would be really great!
Hi guys! Have you ideas how using % instead of pixels? I stucked with such task in my current work...
I did not have such task and maybe I do not know your specific case, but why not to do math on your own and convert px to %?
When you drag, the position of the element is set in pixel, but in a responsive or fluid layout would be nice to work with percentage values.