scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

Image size is override by global css #301

Open Thalinda opened 5 years ago

Thalinda commented 5 years ago

I am trying to implement cropit it's working in other places perfectly but when i implement it on sign in page it's get overridden by my global css but i have check if there any img css in my global css but there are no globals in there please help screenshot from 2018-11-27 13-32-45 screenshot from 2018-11-27 13-33-06 screenshot from 2018-11-27 13-33-13

after all i have check CSS in inspector when i un-click in transform it's fixing my size problem

dhruwal commented 5 years ago

For others if facing the same issue, one of the reason this happens is when you have img{max-width:100%;} in your global css.