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 utilize cloudinary-core-shrinkwrap to dynamically resize the image src based on the current viewport.
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 utilize
cloudinary-core-shrinkwrapto dynamically resize the image src based on the current viewport.