[deploy] Fix height/width mismatch (#7485)

This commit is contained in:
Ben Halpern 2020-04-23 13:38:10 -04:00 committed by GitHub
parent 07484361ec
commit 4a28f90b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",