• Helpers
  • getCldImageUrl
  • Examples

getCldImageUrl Examples

The below examples use the CldImage component to render the images. This is not required, you can use the URL returned by getCldImageUrl in any way you like.

  • Basic

    getCldImageUrl({
      src: 'images/turtle',
      width: 960,
      height: 600,
    })
  • Background Removal

    getCldImageUrl({
      src: 'images/turtle',
      width: 960,
      height: 600,
      removeBackground: true
    })
Last updated on April 23, 2023