getCldOgImageUrl Examples
The below examples use the CldImage component to render the images. This is not required, you can use the URL returned by getCldOgImageUrl in any way you like.
-
Basic
getCldOgImageUrl({ src: 'images/galaxy' });
-
Background Removal & Underlay
getCldOgImageUrl({ src: 'images/turtle', removeBackground: true, underlay: 'images/galaxy' });