hggeorgiev / ngx-image-editor

Awesome image editor for Angular 6
MIT License
72 stars 36 forks source link

Not mobile friendly and more config options #12

Open mikecabana opened 6 years ago

mikecabana commented 6 years ago

Spacing and styling are all off on mobile.

ngx-image-editor-mobile

It would also be nice to have the ability to set static defaults so that the editor can only spit out specific images. For example, I want a user to upload a profile photo and edit it so it conforms to 1:1 aspect ratio. I realize you can do this already but you can't hide the aspect ratio chooser if there is only one to chose from. Also it would be nice to control the background color as well as being able to toggle certain functionalities such as the zoom slider or the inputs for canvas size and crop size.

hggeorgiev commented 6 years ago

Thanks for the suggestions, @mikecabana . Hardcoded color styles have been removed in v.1.4.1 onwards. I have to document the classes so that custom styles can be easily applied. Once this is done, the the ability to toggle certain features will be underway.

hggeorgiev commented 6 years ago

If you don't have any other questions/comments, I'll go ahead and close the issue.

mikecabana commented 6 years ago

Sounds good!