vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Allow percentage units instead of pixels

Open italomandara opened this issue 5 years ago • 6 comments

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.

italomandara avatar Mar 06 '19 17:03 italomandara

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.

avilesasturias avatar Mar 19 '19 12:03 avilesasturias

I have this same issue... have you solved it? :-(

Yeselimar avatar Apr 18 '19 22:04 Yeselimar

I have this same issue... this issue https://github.com/mauricius/vue-draggable-resizable/issues/74

freedomdebug avatar Sep 29 '19 01:09 freedomdebug

@mauricius any update in this ? It would be really great!

ahfeel avatar Apr 21 '20 13:04 ahfeel

Hi guys! Have you ideas how using % instead of pixels? I stucked with such task in my current work...

NDanilov2015 avatar Mar 10 '21 07:03 NDanilov2015

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 %?

TitanFighter avatar Mar 12 '21 22:03 TitanFighter