powerseed

Results 5 comments of powerseed

I agree with @samuela , the error message is supposed to solve the problem for users, but it doesn't, because it misses one piece of information. Please consider adding a...

> Did you change any CSS to reach this result? The way I use this component: ``` ``` Plus custom CSS: ``` .reactEasyCrop_CropArea { width: 100% !important; height: 100% !important;...

> Yes so this is expected. The internal logic doesn't know anything about the style overrides so the positioning doesn't match anymore. > > What are you trying to achieve?...

> Yes so this is expected. The internal logic doesn't know anything about the style overrides so the positioning doesn't match anymore. > > What are you trying to achieve?...

> Have you tried using the vertical-cover value for objectFit? Ah... It is my fault.. It should be `vertical-cover` in the first place... because I want the image to take...