So I have an image, around it is a crop marker, I don't want to be able to resize the crop marker smaller than the image.
To do that I will need to set the minWidth of the crop marker which is depending on from which side the user is resizing (there is a handle everywhere: n, ne, e, se etc.)
My question is: how do achieve this? (I included an image to make my question a bit more clear)
Also, here is a jsfiddle that demonstrates the problem.
