-
## Feature request for Cloudinary JS SDK
Start using lodash-es
## Explain your use case
Smaller bundle sizes
-
I spent quite a while looking for conventions on how to implement signature generation for direct client signed-uploads in Node (Express), and there was only links to the raw library code and a suppor…
-
I noticed after bumping to version 1.6 that if the `` component is passed both width and the responsive prop that the returned `` tag width property is null. The outcome was all of our images grew si…
-
## Bug report for Cloudinary React SDK
Before proceeding, please update to latest version and test if the issue persists
**Done**
## Describe the bug in a sentence or two.
Rendered `img` tag i…
-
For
`cloudinary.url(fileKey, transform)`
instead of a url that looks something like
`https://res.cloudinary.com/[accout_id]/image/upload/c_scale,w_114/v[some numbers]/scale-files-dev/releases/1…
-
This will use `res.cloudinary.com`
```js
new cloudinary.Cloudinary({
cname: 'media.example.com',
cloud_name: 'example',
secure: true,
})
```
but this will use `media.example.com`:
```js…
-
It seems that there's no vanilla-js version of a upload script yet. I am trying to write a Polymer Webcomponent for cloudinary uploads and am currently stuck at getting the progress of the individual …
-
Hey,
I see that the only way of uploading files is by specifying a URL with the media. However, how can I do this in development? When I try and upload from development, I get a DNS error, because …
-
Hello,
I am trying to compile on Xcode9(final release) with the target simulator as iOS11, but I keep getting the missing `CLDCrypto` error. None of the solutions posted in the other issues worked …
-
Hi, I'm trying to build my iOS app via Nevercode, a continuous integration tool, and I use CocoaPods to integrate Cloudinary iOS SDK.
My repository connects with the integration tool, so to build …