Hi,
I'm looking for a way to control the resizing edge thickness.
when you hover on the edge of a resizable element the cursor style changed to 'whatever-resize', sometimes this edge is very thick. I understand it may be a little bit thick for acceptability reasons like touch devices, but it'll be great if it's controllable.
interact(target).resizable({
margin: 50,
})
Most helpful comment