Diganta Kr Banik
Diganta Kr Banik
Yes! Gonna start working on it!
@colbyfayock I understood that once I get the image from the user, I use `cloudinary.uploader.v2.upload` to generate responsive breakpoints. Once I get the result, I have a url for example,...
By sizes you mean the min and max widths?
Getting the idea now! Will start working on it and get back with the doubts😅
@colbyfayock [https://github.com/colbyfayock/netlify-plugin-cloudinary/blob/main/src/lib/cloudinary.js#L127](https://github.com/colbyfayock/netlify-plugin-cloudinary/blob/main/src/lib/cloudinary.js#L127) is this the uploadOptions where I should specify the breakpoints that is the uploadOptions should have the breakpoints?
@colbyfayock wanted to know if I have to give some default responsive breakpoint values or simply accept it as options from the user?
@colbyfayock could you please tell me how do I read the values from the toml file? ``` sizes - width: 400 height: 300 crop: pad - width: 260 height: 200...
Yup! I saw that. But since I have different values for sizes shall I get an array in return like `sizes[0].width` gives me 400? Sorry never worked with toml so...
@colbyfayock Thank You for the help. I am able to read the values. But for `deliveryType=upload`, I am getting this error:  The error message is from this [line](https://github.com/colbyfayock/netlify-plugin-cloudinary/blob/main/src/index.js#L90) Is...
Yeah I did that. I have also made an ```uploadPreset```. I am trying to find a solution. If I can't can I make a PR so that you can have...