diff --git a/app/view_objects/articles/social_image.rb b/app/view_objects/articles/social_image.rb index da3889da3..bbac6e4e8 100644 --- a/app/view_objects/articles/social_image.rb +++ b/app/view_objects/articles/social_image.rb @@ -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",