You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: can add a cldFixed, cldFluid, cldSomeTransformation objects, like the fluid/fixed objects that are added for easy integration with gatsby-image.
It could then be used like this:
import {Image} from 'cloudinary-react';
/* get cldTransformations using GraphQL*/
in render():
<Image {...cldTransformations.fixed}/>
<Image {...cldTransformations.faceThumbnail}/>
<Image {...cldTransformations.responsive}/>
etc...
The text was updated successfully, but these errors were encountered:
For example: can add a cldFixed, cldFluid, cldSomeTransformation objects, like the fluid/fixed objects that are added for easy integration with gatsby-image.
It could then be used like this:
import {Image} from 'cloudinary-react';
/* get cldTransformations using GraphQL*/
in render():
<Image {...cldTransformations.fixed}/>
<Image {...cldTransformations.faceThumbnail}/>
<Image {...cldTransformations.responsive}/>
etc...
The text was updated successfully, but these errors were encountered: