nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
5 stars 1 forks source link

Don't upscale FileProxy variants #94

Closed danieldiekmeier closed 3 months ago

danieldiekmeier commented 3 months ago

At the moment, we resize images to the requested width even if they are smaller – but only if we don't set a height. This looks like an oversight. We probably always want the smallest possible size, I don't see a reason why we would want to scale up.