Requests an image URL from the Cloudinary API
Parameters:
Name | Type | Description |
---|---|---|
src | string | Image source on Cloudinary |
Returns:
- Type:
string
URL
Example
// In an Eleventy template
`${this.fromCloudinary(data)}`
Requests an image URL from the Cloudinary API
Name | Type | Description |
---|---|---|
src | string | Image source on Cloudinary |
string
URL
// In an Eleventy template
`${this.fromCloudinary(data)}`