lrembacz / vue-responsive-grid-layout

Vue Repsonsive Grid Layout
MIT License
83 stars 19 forks source link

Allow resize from any corner #18

Closed robsontenorio closed 4 years ago

robsontenorio commented 5 years ago

Sometimes when you have large content it is easy to resize it from top right corner instead of bottom right corner.

Right bottom resizing causes some glitches with large content.

lrembacz commented 5 years ago

Yes, I'm working on this for new version of VueResponsiveGridLayout 2.x. Maybe it will be merged in this old version as well.

A little problem with resizing from any corner is fact that the element should change it position simultaneously when being resized.

robsontenorio commented 5 years ago

Maybe you consider in this next version allow user to choose one corner. Something “top-right” , “bottom-right”. Simple than to allow from any corner.

lrembacz commented 4 years ago

It will be partly possible in next version https://github.com/lrembacz/vue-responsive-grid-layout/pull/41.