Cloudinary\Tag
Classes
Class BaseConfigurableApiTag
Class BaseImageTag
Class BaseTag
Generates an HTML
<meta>
tag to indicate support for Client Hints:
Generates an HTML
<form>
tag, for example:
Generates an HTML
<img>
tag with the src
attribute set to the transformation URL, optional srcset
and other
specified attributes.
Generates an HTML
<script/>
tag for JavaScript:
Generates an HTML
<source>
tag with media
and srcset
attributes that can be used with a <picture>
tag.
Generates an HTML
<picture>
tag containing <source>
and <img>
tags.
Generates an HTML
<link>
tag to specify the relationship to the CSS file associated with an image sprite.
Generates an HTML
<input>
tag to use for uploading files.
Generates an HTML
<source>
tag that can be used with a <video>
tag.
Generates an HTML
<video>
tag with specified attributes, containing <source>
tags for the transformation URLs.
Generates an HTML
<img>
tag based on a captured frame from the specified video source.