cloudinary-laravel icon indicating copy to clipboard operation
cloudinary-laravel copied to clipboard

How to transform image/video before calling attachMedia()

Open nattive opened this issue 5 years ago • 2 comments

Its not included in the documentary, How can i resize, transform media with the attachMedia() function? I checked the function and i saw it only receive one parameter

nattive avatar Aug 27 '20 15:08 nattive

@nattive the attachMedia() function was built just for attaching files to your models. You can't resize, or transform media directly with it.

However, this is a good idea I can work on over the weekend @nattive.

unicodeveloper avatar Aug 28 '20 05:08 unicodeveloper

awesome!!! i will be expecting

nattive avatar Aug 28 '20 14:08 nattive

Sure. Assigning this to you now @Adtrex

unicodeveloper avatar Oct 04 '23 15:10 unicodeveloper

Assigned 🌟

unicodeveloper avatar Oct 04 '23 15:10 unicodeveloper