You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be amenable to a pull request that adds a crop: true parameter to MiniMagick#resize_to_fill that would then skip the cropping step when set to false?
We have a use case for calling resize("#{width}x#{height}^") and this seems like the logical place.
The text was updated successfully, but these errors were encountered:
Would you be amenable to a pull request that adds a
crop: true
parameter toMiniMagick#resize_to_fill
that would then skip the cropping step when set to false?We have a use case for calling resize("#{width}x#{height}^") and this seems like the logical place.
The text was updated successfully, but these errors were encountered: