You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
HI,
I am trying to resize a private image I have tried:
showPrivateUrl($resource_link, 'png', array("attachment"=>true, "transformation" => array("width" => 400, "crop" => "pad")));
showPrivateUrl($resource_link, 'png', array("transformation" => array("width" => 400, "crop" => "pad", flags => "attachment")));
showPrivateUrl($resource_link, 'png', array("width" => 400, "crop" => "pad", flags => "attachment"));
but nothing seems to work and would need some assistance.
regards,
Jude
The text was updated successfully, but these errors were encountered: