Replace :resize_to_fit with :resize in the guide

上级 e4009164
......@@ -353,7 +353,7 @@ original blob into the format you specified and redirect to its new service
location.
```erb
<%= image_tag user.avatar.variant(resize_to_fit: [100, 100]) %>
<%= image_tag user.avatar.variant(resize: "100x100") %>
```
To switch to the Vips processor, you would add the following to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册