We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f485a2e commit 6fea36cCopy full SHA for 6fea36c
packages/formtools/image.cfc
@@ -364,7 +364,7 @@
364
365
<cfswitch expression="#arguments.resizeMethod#">
366
<cfcase value="center">
367
- <cfset format = listappend(format,"g_faces:center") />
+ <cfset format = listappend(format,"g_faces") />
368
</cfcase>
369
<cfcase value="topleft">
370
<cfset format = listappend(format,"g_north_west") />
packages/lib/cloudinary.cfc
@@ -94,7 +94,7 @@ component {
94
95
switch (arguments.crop){
96
case "center":
97
- format = listappend(format,"g_faces:center");
+ format = listappend(format,"g_faces");
98
break;
99
case "topleft":
100
format = listappend(format,"g_north_west");
0 commit comments