Skip to content

Commit f5a9dae

Browse files
committed
modify wrong example
1 parent 5cabbc0 commit f5a9dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Here comes the good part. There is no need to transform images on your server. I
113113

114114
```erb
115115
<% if @user.avatar? %>
116-
<%= cl_image_tag(@user.avatar.path, { size: '50x50', crop: :fit, gravity: :face }) %>
116+
<%= cl_image_tag(@user.avatar.path, { size: '50x50', crop: :thumb, gravity: :face }) %>
117117
<% end %>
118118
119119
<% @user.photos.each do |photo| %>

0 commit comments

Comments
 (0)