-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Allow more control over placeholder #422
Comments
Hi there, documentation: https://cloudinary.com/documentation/react_image_manipulation#image_placeholders Please let me know if you have further questions. |
Hey, @momoip I'm aware that those are already features, this request is about extending them Currently, those plugins only accept a string each (SDK v2), my suggestion would be to add a second argument This array would make it possible to control the level of pixelation, blur, vectorization, ... This could also open the door to custom placeholders by exposing the image var
|
Hi fcisio, |
Hi fcisio, |
Hi, I love this new version of the SDK so far!
But I do which that we would have more contrôl over the image placeholders.
Examples:
placeholder('pixelate', [10])
,placeholder('blur', [600])
, ...The text was updated successfully, but these errors were encountered: