cloudinary_angular
cloudinary_angular copied to clipboard
How to pass cloudinary transformation params?
I try to put it in the formData as follow:
formData : {
timestamp : data.timestamp,
api_key : data.api_key,
signature : data.signature,
width: 100, height: 100, crop: 'limit'
}
But it doesn't work.
How can I pass the transformation params to limit the file upload size?
thank you.
Hi Tyvain, I don't think my plugin has an easy way to do eager transformations. I suggest you check out Cloudinary's official angular plugin now, it probably supports this and can offer better support than I can:
https://github.com/cloudinary/cloudinary_angular
Do you have a link to the official cloudinary angular plugin? can't find it...
On Fri, May 30, 2014 at 4:40 AM, Joshua Chaitin-Pollak < [email protected]> wrote:
Hi Tyvain, I don't think my plugin has an easy way to do eager transformations. I suggest you check out Cloudinary's official angular plugin now, it probably supports this and can offer better support than I can:
https://github.com/cloudinary/cloudinary_angular
— Reply to this email directly or view it on GitHub https://github.com/jbcpollak/cloudinary_angular/issues/10#issuecomment-44560813 .
It was in my last email, but here it is again:
https://github.com/cloudinary/cloudinary_angular