resize icon indicating copy to clipboard operation
resize copied to clipboard

Results 8 resize issues
Sort by recently updated
recently updated
newest added

Note that if max-width and max-height aren't equal, this solution could produce a bug. Example: Width = 1000, Height = 1000 max-width 500 max-height 300 Result : width and height...

Im not understanding how to use this plugin. Can you please give me detailed steps to use this. That would help me a lot..!!!

Can you please post which license this software may be used under (such as MIT, BSD, etc.)? Thank you!

Thanks for this great code. Can you describe how we would properly account for image orientations on mobile? I find that the current code improperly rotates the image when taking...

main.rb failed to create an image from the post data ``` Errno::ENOENT - No such file or directory @ rb_sysopen - public/uploads/1426487097_1.jpg: ```

I have tried implementing your resize on an IOS web app, and the images all get squashed down. Is there a work around for this?

Sorry this is stupid question, can you give example to implement your code in html n php code to resize image with this library. i have tried, but i can't...

As many browser doesn't do gamma-aware resize, you might want to do a gamma aware resize by yourself (a matter of converting pixels using a pow(gamma) before & the contrary...