odyniec / imgareaselect

ImgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
http://odyniec.net/projects/imgareaselect/
686 stars 197 forks source link

Wrong position with css: 'box-sizing: border-box' #68

Open huangbq4gh opened 10 years ago

huangbq4gh commented 10 years ago

Have anyone met this problem? When the content is set to box-sizing: border-box, the whole position stuff is messed up. When I change box-sizing to content-box, it recovers.

kaiquegarcia commented 9 years ago

"+1". Please add to imgareaselect-default.css "box-sizing: content-box" on line 34.