cloudinary
cloudinary copied to clipboard
Cloudinary Module for Nuxt
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v1` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...
Is it possible to set auto-upload mapping for the local environment? If we add a new image and use the cld-image component, the image is not uploaded to cloudinary. Is...
hey ! in the gridsome-source-cloudinary version of this module it is possbile to do this in pages and also in the gridsome.server.js, : allCldMedia(filter: { public_id : { regex:"Art"} })...
Hello , i'm don't find a way to get all images from my cloudinary by tag. maybe i'm missing somthing ?
Hello, I received the following error `Error: Cloud our-name-eu belongs to eu geo, please access via api-eu.cloudinary.com` According to the [Cloudinary documentation](https://cloudinary.com/documentation/image_upload_api_reference#alternative_data_centers_and_endpoints_premium_feature) > By default, Cloudinary accounts use US-based data...
I've been trying to get signed server-side uploads to work without any luck. I have apiKey and apiSecret set in my nuxt.config.js, but can't seem to figure out how to...
When using this module in NuxtjS2, I get the following HTML validation error when using the `cld-image` element: ``` Unknown element ``` I am using it like so: ``` ```...
Is there a progress property of some kind so I can write a progress bar for the upload method?