[deploy] Fix height/width mismatch (#7485)
This commit is contained in:
parent
07484361ec
commit
4a28f90b29
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ module Articles
|
|||
if image.present?
|
||||
return cl_image_path(image,
|
||||
type: "fetch",
|
||||
width: height,
|
||||
height: width,
|
||||
width: width,
|
||||
height: height,
|
||||
crop: "imagga_scale",
|
||||
quality: "auto",
|
||||
flags: "progressive",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue