jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
553 stars 131 forks source link

Overlap images when drag with mouse. #30

Closed akerust closed 11 years ago

akerust commented 11 years ago

I met some strange problem, when I drag on the cropping component, the image has been overlaped, please check my screenshots here: http://ww1.sinaimg.cn/mw690/c70aeee6jw1e63ackieshj20au0a0glu.jpg http://ww4.sinaimg.cn/mw690/c70aeee6jw1e63acjqpv4j20aa09qt8y.jpg http://ww2.sinaimg.cn/mw690/c70aeee6jw1e63ac8x0npj20dw0aadg4.jpg

I don't know where the problem came, jQuery? How to fix it? Thanks!

akerust commented 11 years ago

Fixed! Problem with CSS Inheritance.

raadad commented 10 years ago

I am still having this issue, running the latest branch, @mailto1587 would you be able to give me some information about how you went about fixing it?

raadad commented 10 years ago

I figured it out, I was using twitter bootstrap and the following css was causing it img { max-width: 100%; } turning that off did the job,