thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

Home Page:http://glide.thephpleague.com

Repository from Github https://github.comthephpleague/glideRepository from Github https://github.comthephpleague/glide

How to modify width without upscaling? (not Fit)

elfeffe opened this issue · comments

Width works perfectly for me, it converts the image to the specified width, but I can't avoid upscaling.
I can just use fit to avoid it, but Fit will not make the images of the maximum possible width (and its respective height).
is there any function to prevent it? Or I have to extend the manipulations?