只有宽度的图像变体以保持比例

Image variant with only width to retain proportions

当你想要一定尺寸的图片时,可以使用variant

image_tag user.avatar.variant(resize: "100x#100!")

是否可以只给width以保持图片比例? 使高度与宽度成正比?

是的。这是可能的。基于文档:here

我假设您的 gem 文件中已经有 gem "image_processing"。这个gem使用两个库来处理图像:

  • MiniMagic(默认)。 docs
  • 贵宾。 docs

从文档中您可以看到可以为 height/width.

传递 nil