Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Resize private image #71

@jnorvor

Description

@jnorvor

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions