Transform raw data (c_scale,w_624) to React components easily.
Hi,
is there an easy way to generate the necessary React components (<Image>, <Transformation>) from the Cloudinary React SDK from a raw transformation string such as `c_scale,w_624`?
Thanks in advance.
0
-
Official comment
Hi Jacob,
Yes, You can, For example:
<Image publicId="sample">
<Transformation raw_transformation="c_scale,w_624" />
</Image>Hope that helps
Post is closed for comments.
Comments
1 comment