Interact.js: Control the thickness of resizing edge

Created on 7 Jan 2019  路  1Comment  路  Source: taye/interact.js

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.

Most helpful comment

interact(target).resizable({
   margin: 50,
})

>All comments

interact(target).resizable({
   margin: 50,
})
Was this page helpful?
0 / 5 - 0 ratings

Related issues

aoloe picture aoloe  路  8Comments

w3bappd3v picture w3bappd3v  路  4Comments

Tlapi picture Tlapi  路  6Comments

kongaraju picture kongaraju  路  6Comments

itmaor picture itmaor  路  4Comments