-
I am using the Cloudinary iOS SDK and would like to (a) display a spinner for a minimum duration (say, 2 seconds) if an image download request hits the network, or (b) display no spinner if the image …
-
Hi there, I'm training to create the following transformation:
```
transform = new cloudinary.Transformation()
.effect("blur:3000")
.fetchFormat("auto")
.gravity("auto")
…
-
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 …
-
I'm trying to build a existing project in my new laptop.I was able to run the same application in my old laptop which had
OS Ubuntu 16.04,
ruby version 2.3.1
bundler version 1.17.2
rails version…
-
When uploading raw files using upload_large, the SDK seems to be adding characters to the end of the extension, making the files be rjected because they don't match the `allowed_formats` value. On my …
-
I have a hard time understanding this sample.
It assumes readers are accustomed to:
- react-router
- react-redux
A truly simple example would not expect readers to read up on other libraries …
-
How can I use my coorporative proxy (localhost:3128) in cloudinary api calls? Is there a cloudinary config for this? This is what I have so far:
```
const multer = require('multer');
const cloudi…
-
## Question / feature request
Is it possible to set the src value in a `data-src` (or otherwise customisable) attribute instead of `src` when using the `` component?
## Context
I am using `cloudi…
-
Hi,
I'm trying to start the new 4.0.00 version (fresh installation, just the old systemd entry).
I have followed your instruction, but I'm receiving following error messages:
```
-- Unit tautu…
-
I am converting animated webp image to jpg below is my php code:
```
```
When i am executing it, every time it gives me the error message like
**{"error":"convert: no images defined `/data…