Overlay Image Not Showing - Naming Issue
I'm having trouble getting my overlay image to show up on my uploaded image. I have an image "overlay_logo.jpg" in my main folder, but when I include "overlay"=>"overlay_logo" it does not show up?
echo cl_image_upload_tag('test',
array(
"public_id" => "listing/test88/1",
"format" => "jpg",
"callback" => $cors_location,
"html" => array(
"multiple" => true
),
"transformation" => array(
array("height"=>960, "crop"=>"scale"),
array("overlay"=>"overlay_logo", "width"=>100,
"x"=>10, "y"=>10,
"gravity"=>"south_east", "opacity"=>80 ),
)
)
);
-
Hi,
Sorry for the very late reply, we have noticed that this request was left unattended. I guess this is not relevant anymore but if it is please open a support ticket, share some more details and we'll take it from there:)
Please sign in to leave a comment.
Comments
1 comment