[Short description of the addon.]
- Ember.js v4.12 or above
- Ember CLI v4.12 or above
- Node.js v18 or above
ember install ember-cli-cloudinary-light
Add your cloud name to config/environment.js ENV:
cloudinary: {
cloudName: 'some_cloud_name',
},
This component will render an <img>
built from a cloudinary url and options.
Width and height attributes are set on the img tag as well as passed to cloudinary, allowing you to specify the resolution via the "dpr" attribute.
This will render a <source>
for use in a <video>
Cloudinary's Client Side Resource Lists allow you to list cloudinary resources for a given tag.
This helper can be used in styles when you want to have dynamic url:s to cloudinary. It will return "background-image: url(..)" ready to use in a style element.
See the Contributing guide for details.
This project is licensed under the MIT License.