Right now this only supports updating the image's src with a transform.
In simple sites, this is OK. In complicated, responsive, multi-layout sites, this will likely fall on its face.
One option is to generate srcsets for an image using cloudinary's JSON breakpoint feature, to ensure a properly sized image for every breakpoint.
Right now this only supports updating the image's
srcwith a transform.In simple sites, this is OK. In complicated, responsive, multi-layout sites, this will likely fall on its face.
One option is to generate srcsets for an image using cloudinary's JSON breakpoint feature, to ensure a properly sized image for every breakpoint.