| Class | Description |
|---|---|
| CloudinaryImageTag |
Generates an image html tag.
For example, <cl:img source='test' height='101' width='100' crop="crop" />
is equivalent to: |
| CloudinaryJsConfigTag | |
| CloudinaryJsIncludeTag | |
| CloudinaryTransformationTag | |
| CloudinaryUnsignedUploadTag | |
| CloudinaryUploadTag | |
| CloudinaryUrl |
Generates a cloudinary resource url
For example, <cl:url source='test' height='101' width='100' crop="crop" />
will producehttp://res.cloudinary.com/test123/image/upload/c_crop,h_101,w_100/test |
| CloudinaryVideoTag |