how to get and modify url from cld-image ?
Hi,
So I can now upload and display uploaded images in my Vue project, great!
I would like to know how to display the URL path of my image form a cld-image?
see, I have modified the look of my image by tilting it but would like to display the url so I can change it further
```
<cld-context cloudName="defb2mzmx">
<cld-image :publicId="publicId"id="example2">
<cld-transformationcrop="scale"width="200"angle="10" />
</cld-image>
</cld-context>
0
-
Hi John,
You can use the `cld-image` tag along with `cld-transformation` to see the transformed URL.
Here is a sample in Vue:
<cld-image publicId="front_face.png">
<cld-transformation width="150" height="150" gravity="face" crop="thumb" />
</cld-image>Thanks,
Aditi
0
Post is closed for comments.
Comments
1 comment