Har*_*M V 1 ruby-on-rails paperclip image-resizing ruby-on-rails-4
我正在使用带有 Rails4 的 Paperclip。我有以下图片

现在我想调整大小和裁剪图像,但它被裁剪并且图像的方向被移位,如下所示

:photo,
:path => ":rails_root/public/system/:attachment/:id/:style/:filename",
:url => "/system/:attachment/:id/:style/:filename",
:styles => {
:small => { :geometry => "100x100!" },
:medium => { :geometry => "500x500!"}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
627 次 |
| 最近记录: |