Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Optmizer / Auto Option #56

Open
davidhellmann opened this issue May 7, 2020 · 3 comments
Open

[FR] Optmizer / Auto Option #56

davidhellmann opened this issue May 7, 2020 · 3 comments

Comments

@davidhellmann
Copy link

Two FRs :)

  1. Would be nice to use some optimizers when the image transforms to get smaller file sizes

  2. We had a problem when the Client uploads long images with 4000x10000px — it would be nice to set an auto option like:

width: 3000px
heigh: auto

Cheers!

@engram-design
Copy link
Member

For the second point, do you mean you want a 10000px high image, so you want it set to auto? As opposed to say 4000px x 4000px restrictions?

@davidhellmann
Copy link
Author

No, sometime the client have Images or more screenshots where the size is like 2000x8000px
Now, when I set the image resizer to 1000x1000px I get an image with: 250x1000px and that's not that what I need. It would be nice to only set the X-Axis max width.

1000px x AUTO to become an image with: 1000x4000px and that would be fine. But the 250px image is completely useless.

Hope now it's more clear.

@engram-design
Copy link
Member

Gotcha, makes sense! I'll look at adding that support in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants