react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

If maxWidth or maxHeight is larger than image width or height, image is enlarged.

Open rawbeans opened this issue 5 years ago • 2 comments

If I pass an image of width 100 to createResizedImage, with maxWidth set to 1000, the resulting image will be of width 1000, not 100. If this is the intended behavior, it should be better documented, and the parameter should be renamed to width.

rawbeans avatar Dec 10 '19 22:12 rawbeans

Just encountered this myself. Besides the aforementioned documentation suggestions, Is there no way to just not resize the image?

404sand808s avatar May 19 '20 04:05 404sand808s

#233

crobinson42 avatar Jun 26 '20 17:06 crobinson42

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 01 '22 19:09 stale[bot]

This issue has been automatically closed. Thank you for your contributions.

stale[bot] avatar Sep 09 '22 03:09 stale[bot]