Closed sarath3940 closed 6 years ago
I will add extra options
myConfig = {
// view cropping
width: 300,
heigth: 250
// output
output: {
width: 720,
heigth: 600
}
}
import { LyResizingCroppingImages, LyResizingCroppingImagesConfig, LyResolutionDefault } from 'alyle-ui/resizing-cropping-images';
...
myConfig: LyResizingCroppingImagesConfig = {
...
output: LyResolutionDefault
}
import { LyResizingCroppingImages, LyResizingCroppingImagesConfig, LyResolutionOriginalImage } from 'alyle-ui/resizing-cropping-images';
...
myConfig = {
...
output: LyResolutionOriginalImage
}
What do you think? This feature will be implemented in a few days.
Yes. That would be great.
demo v1.6.0-beta.3
That's awesome dude. You made my project a little more beautiful. Thank's a lot..
I am using the alyle-ui for image-cropping, and every thing is working perfectly fine. But, the resulting image has a small resolution. I have tried to change height and width in both css, and config part in main file. But, it resulted in occupying a huge portion of the screen. I want the cropping functionality to be shown in a small space, but the resulting image should have higher resolution. Is this possible. If yes, can you please help me with this issue. Thank you.