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

Messed up select area in Chrome #82

Open pratiksha2211 opened 9 years ago

pratiksha2211 commented 9 years ago

Hello

I am using Imageareaselect in my codeignitor(bootstrap and responsive) project..

After upload image i add following code. It works fine in Firefox but in chrome not working

img.addClass( 'imgAreaSelect' ).imgAreaSelect({ handles : true, aspectRatio : '1:1', show : true, onSelectEnd:getSizes, position:"fixed" });

Whenever I select area from mouse. Area scroll down to other content..

Please Help me

Thanks and Regards Pratiksha Raikundaliya

ovninosa commented 7 years ago

I just make a fork with this issue fixed.

https://github.com/javenosa/imgareaselect