We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while using a maxWidth, the image is upscaled to match that maximum value instead of it acting as a max boundary
example: Compress image that is 200x400 with a maxWidth of 1200 and the end result is an image with a width of 1200 (ratio respected)
max values should act as a max value, not upscale images
0.75.4
latest (1.11.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current behavior
while using a maxWidth, the image is upscaled to match that maximum value instead of it acting as a max boundary
example:
Compress image that is 200x400 with a maxWidth of 1200 and the end result is an image with a width of 1200 (ratio respected)
Expected behavior
max values should act as a max value, not upscale images
Platform
React Native Version
0.75.4
React Native Compressor Version
latest (1.11.0)
The text was updated successfully, but these errors were encountered: