GIF
Converting an image format
Convert your images to any other format either by simply changing the extension of the file, or by setting the format
parameter. You can either covert the image's format while uploading or upload the image as is and dynamically convert its format on delivery.
cl_image_tag("nice_beach.gif")
cl_image_tag("nice_beach.gif")
CloudinaryImage("nice_beach.gif").image()
cloudinary.image("nice_beach.gif")
cloudinary.url().imageTag("nice_beach.gif");
cloudinary.imageTag('nice_beach.gif').toHtml();
$.cloudinary.image("nice_beach.gif")
<Image publicId="nice_beach.gif" > </Image>
<cl-image public-id="nice_beach.gif" > </cl-image>
cloudinary.Api.UrlImgUp.BuildImageTag("nice_beach.gif")
MediaManager.get().url().generate("nice_beach.gif");
imageView.cldSetImage(cloudinary.createUrl().generate("nice_beach.gif")!, cloudinary: cloudinary)